blob: 40aa8b22995b76c4b241590ba79c707f6f33b88a [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"
Thomas Stuart663bd932023-11-07 11:38:02 -080017}