1package: "com.android.server.telecom.flags" 2container: "system" 3 4# OWNER=tjstuart TARGET=24Q3 5flag { 6 name: "transactional_cs_verifier" 7 namespace: "telecom" 8 description: "verify connection service callbacks via a transaction" 9 bug: "309541257" 10} 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" 17} 18 19# OWNER = breadley TARGET=24Q3 20flag { 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} 29