1package: "com.android.internal.telephony.flags" 2container: "system" 3 4# OWNER=linggm TARGET=25Q2 5flag { 6 name: "auto_data_switch_enhanced" 7 namespace: "telephony" 8 description: "Ramp up RAT signal strength based auto data switch" 9 bug: "287132491" 10 metadata { 11 purpose: PURPOSE_BUGFIX 12 } 13} 14 15# OWNER=sarahchin TARGET=24Q3 16flag { 17 name: "slicing_additional_error_codes" 18 is_exported: true 19 namespace: "telephony" 20 description: "Support additional slicing error codes and functionality." 21 bug: "307378699" 22} 23 24# OWNER=sangyun TARGET=24Q3 25flag { 26 name: "network_validation" 27 is_exported: true 28 namespace: "telephony" 29 description: "Request network validation for data networks and response status." 30 bug:"286171724" 31} 32 33# OWNER=jackyu TARGET=24Q4 34flag { 35 name: "dds_callback" 36 namespace: "telephony" 37 description: "Adding new callback when DDS changed" 38 bug:"353723350" 39} 40 41# OWNER=jackyu TARGET=25Q2 42flag { 43 name: "oem_paid_private" 44 namespace: "telephony" 45 description: "Support OEM_PAID and OEM_PRIVATE networks" 46 bug: "366194627" 47 is_exported: true 48} 49 50# OWNER=gwenlin TARGET=25Q2 51flag { 52 name: "incall_handover_policy" 53 namespace: "telephony" 54 description: "Support IWLAN handover policy based on incall." 55 bug:"376765521" 56 metadata { 57 purpose: PURPOSE_BUGFIX 58 } 59} 60 61# OWNER=nagendranb TARGET=25Q2 62flag { 63 name: "data_service_check" 64 namespace: "telephony" 65 description: "Support data service check based on nri available services." 66 bug:"381338283" 67 metadata { 68 purpose: PURPOSE_BUGFIX 69 } 70} 71