1package: "com.android.server.telecom.flags"
2container: "system"
3
4# OWNER=qingzhong TARGET=24Q2
5flag {
6  name: "early_binding_to_incall_service"
7  namespace: "telecom"
8  description: "Binds to InCallServices when call requires no call filtering on watch"
9  bug: "282113261"
10}
11
12# OWNER=pmadapurmath TARGET=24Q2
13flag {
14  name: "ecc_keyguard"
15  namespace: "telecom"
16  description: "Ensure that users are able to return to call from keyguard UI for ECC"
17  bug: "306582821"
18}
19
20# OWNER=pmadapurmath TARGET=24Q3
21flag {
22  name: "separately_bind_to_bt_incall_service"
23  namespace: "telecom"
24  description: "Binding/Unbinding to BluetoothInCallServices in proper time to improve call audio"
25  bug: "306395598"
26}
27
28# OWNER=pmadapurmath TARGET=24Q4
29flag {
30  name: "on_call_endpoint_changed_ics_on_connected"
31  namespace: "telecom"
32  description: "Ensure onCallEndpointChanged is sent to ICS when it connects."
33  bug: "348297436"
34}
35
36# OWNER=tjstuart TARGET=24Q4
37flag {
38  name: "do_not_send_call_to_null_ics"
39  namespace: "telecom"
40  description: "Only send calls to the InCallService if the binding is not null"
41  bug: "345473659"
42}
43