blob: 331c32848488b127056981a5b0ed616c66182079 [file] [log] [blame]
Thomas Stuart663bd932023-11-07 11:38:02 -08001package: "com.android.server.telecom.flags"
Oriol Prieto Gasco19b33822024-02-06 18:34:47 +00002container: "system"
Thomas Stuart663bd932023-11-07 11:38:02 -08003
Steve Statiae7a32a82024-03-14 01:49:50 +00004# OWNER=tjstuart TARGET=24Q3
Thomas Stuart663bd932023-11-07 11:38:02 -08005flag {
6 name: "transactional_cs_verifier"
7 namespace: "telecom"
8 description: "verify connection service callbacks via a transaction"
9 bug: "309541257"
Thomas Stuartd35aede2024-03-12 00:18:06 +000010}
11
12flag {
13 name: "cache_call_audio_callbacks"
14 namespace: "telecom"
15 description: "cache call audio callbacks if the service is not available and execute when set"
16 bug: "321369729"
Brad Ebinger230735e2024-05-10 13:35:48 -070017}
18
Brad Ebinger3e883652024-09-05 14:45:10 -070019# OWNER=breadley TARGET=24Q4
20flag {
21 name: "cache_call_events"
22 namespace: "telecom"
23 description: "Cache call events to wait for the ServiceWrapper to be set"
24 bug: "364311190"
25 metadata {
26 purpose: PURPOSE_BUGFIX
27 }
28}
29
Brad Ebinger230735e2024-05-10 13:35:48 -070030# OWNER = breadley TARGET=24Q3
31flag {
32 name: "cancel_removal_on_emergency_redial"
33 namespace: "telecom"
34 description: "When redialing an emergency call on another connection service, ensure any pending removal operation is cancelled"
35 bug: "341157874"
36 metadata {
37 purpose: PURPOSE_BUGFIX
38 }
39}