• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.internal.telephony.flags"
2container: "system"
3
4# OWNER=forestchoi TARGET=24Q3
5flag {
6    name: "ap_domain_selection_enabled"
7    namespace: "telephony"
8    description: "This flag controls AP domain selection feature."
9    bug:"258112541"
10}
11
12# OWNER=forestchoi TARGET=24Q3
13flag {
14    name: "use_aosp_domain_selection_service"
15    namespace: "telephony"
16    description: "This flag controls AOSP's domain selection service supported."
17    bug:"258112541"
18}
19
20# OWNER=forestchoi TARGET=24Q3
21flag {
22    name: "use_oem_domain_selection_service"
23    is_exported: true
24    namespace: "telephony"
25    description: "This flag controls OEMs' domain selection service supported."
26    bug:"258112541"
27}
28
29# OWNER=forestchoi TARGET=24Q3
30flag {
31    name: "domain_selection_metrics_enabled"
32    namespace: "telephony"
33    description: "This flag controls domain selection metrics."
34    bug:"258112541"
35}
36
37# OWNER=jdyou TARGET=24Q4
38flag {
39    name: "hangup_emergency_call_for_cross_sim_redialing"
40    namespace: "telephony"
41    description: "This flag controls the behavior of terminating an emergency call for cross SIM redialing."
42    bug:"336398541"
43}
44
45# OWNER=avinashmp TARGET=25Q1
46flag {
47    name: "add_ims_redial_codes_for_emergency_calls"
48    namespace: "telephony"
49    description: "This flag controls the addition of EMERGENCY_REDIAL_ON_IMS and EMERGENCY_REDIAL_ON_VOWIFI redial codes for normal routed emergency calls."
50    bug:"357980439"
51}
52
53# OWNER=jaesikkong TARGET=25Q2
54flag {
55    name: "disable_ecbm_based_on_rat"
56    namespace: "telephony"
57    description: "Fix bug entering the emergency callback mode in GSM or UMTS network."
58    bug:"389010789"
59    metadata {
60        purpose: PURPOSE_BUGFIX
61    }
62}
63
64# OWNER=hwangoo TARGET=25Q2
65flag {
66    name: "hangup_active_call_based_on_emergency_call_domain"
67    namespace: "telephony"
68    description: "This flag disconnects an active call if the domain selected for the emergency call is different from the domain of the currently active call."
69    bug:"391287237"
70    metadata {
71        purpose: PURPOSE_BUGFIX
72    }
73}
74
75# OWNER=hwangoo TARGET=25Q2
76flag {
77    name: "perform_cross_stack_redial_check_for_emergency_call"
78    namespace: "telephony"
79    description: "This flag performs a quick cross stack redial if the subscription is being invalid and an exception occurs, while an emergency call is in progress."
80    bug:"389190613"
81    metadata {
82        purpose: PURPOSE_BUGFIX
83    }
84}
85