1package: "com.android.server.telecom.flags" 2container: "system" 3 4# OWNER=kunduz TARGET=24Q2 5flag { 6 name: "available_routes_never_updated_after_set_system_audio_state" 7 namespace: "telecom" 8 description: "Fix supported routes wrongly include bluetooth issue." 9 bug: "292599751" 10} 11 12# OWNER=pmadapurmath TARGET=24Q3 13flag { 14 name: "use_refactored_audio_route_switching" 15 namespace: "telecom" 16 description: "Refactored audio routing" 17 bug: "306395598" 18} 19 20# OWNER=tgunn TARGET=24Q3 21flag { 22 name: "ensure_audio_mode_updates_on_foreground_call_change" 23 namespace: "telecom" 24 description: "Ensure that the audio mode is updated anytime the foreground call changes." 25 bug: "289861657" 26} 27 28# OWNER=pmadapurmath TARGET=24Q1 29flag { 30 name: "ignore_auto_route_to_watch_device" 31 namespace: "telecom" 32 description: "Ignore auto routing to wearable devices." 33 bug: "294378768" 34} 35 36# OWNER=pmadapurmath TARGET=24Q3 37flag { 38 name: "transit_route_before_audio_disconnect_bt" 39 namespace: "telecom" 40 description: "Fix audio route transition issue on call disconnection when bt audio connected." 41 bug: "306113816" 42} 43 44# OWNER=pmadapurmath TARGET=24Q3 45flag { 46 name: "call_audio_communication_device_refactor" 47 namespace: "telecom" 48 description: "Refactor call audio set/clear communication device and include unsupported routes." 49 bug: "308968392" 50} 51 52# OWNER=pmadapurmath TARGET=24Q3 53flag { 54 name: "communication_device_protected_by_lock" 55 namespace: "telecom" 56 description: "Protect set/clear communication device operation with lock to avoid race condition." 57 bug: "303001133" 58} 59 60# OWNER=pmadapurmath TARGET=24Q3 61flag { 62 name: "reset_mute_when_entering_quiescent_bt_route" 63 namespace: "telecom" 64 description: "Reset mute state when entering quiescent bluetooth route." 65 bug: "311313250" 66} 67 68# OWNER=pmadapurmath TARGET=24Q3 69flag { 70 name: "update_route_mask_when_bt_connected" 71 namespace: "telecom" 72 description: "Update supported route mask when Bluetooth devices audio connected." 73 bug: "301695370" 74} 75 76# OWNER=pmadapurmath TARGET=24Q3 77flag { 78 name: "clear_communication_device_after_audio_ops_complete" 79 namespace: "telecom" 80 description: "Clear the requested communication device after the audio operations are completed." 81 bug: "315865533" 82} 83 84# OWNER=pmadapurmath TARGET=24Q3 85flag { 86 name: "resolve_switching_bt_devices_computation" 87 namespace: "telecom" 88 description: "Update switching bt devices based on arbitrary device chosen if no device is specified." 89 bug: "333751408" 90} 91 92# OWNER=pmadapurmath TARGET=24Q3 93flag { 94 name: "early_update_internal_call_audio_state" 95 namespace: "telecom" 96 description: "Update internal call audio state before sending updated state to ICS" 97 bug: "335538831" 98 metadata { 99 purpose: PURPOSE_BUGFIX 100 } 101} 102