Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 1 | package: "com.android.server.telecom.flags" |
Oriol Prieto Gasco | 19b3382 | 2024-02-06 18:34:47 +0000 | [diff] [blame] | 2 | container: "system" |
Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 3 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 4 | # OWNER=tjstuart TARGET=24Q3 |
Thomas Stuart | 663bd93 | 2023-11-07 11:38:02 -0800 | [diff] [blame] | 5 | flag { |
| 6 | name: "transactional_cs_verifier" |
| 7 | namespace: "telecom" |
| 8 | description: "verify connection service callbacks via a transaction" |
| 9 | bug: "309541257" |
Thomas Stuart | d35aede | 2024-03-12 00:18:06 +0000 | [diff] [blame] | 10 | } |
| 11 | |
| 12 | flag { |
| 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 Ebinger | 230735e | 2024-05-10 13:35:48 -0700 | [diff] [blame^] | 17 | } |
| 18 | |
| 19 | # OWNER = breadley TARGET=24Q3 |
| 20 | flag { |
| 21 | name: "cancel_removal_on_emergency_redial" |
| 22 | namespace: "telecom" |
| 23 | description: "When redialing an emergency call on another connection service, ensure any pending removal operation is cancelled" |
| 24 | bug: "341157874" |
| 25 | metadata { |
| 26 | purpose: PURPOSE_BUGFIX |
| 27 | } |
| 28 | } |