1package: "com.android.server.telecom.flags" 2container: "system" 3 4# OWNER=grantmenke TARGET=24Q2 5flag { 6 name: "updated_rcs_call_count_tracking" 7 namespace: "telecom" 8 description: "Ensure that the associatedCallCount of CS and RCS is accurately being tracked." 9 bug: "286154316" 10} 11 12# OWNER=tjstuart TARGET=24Q4 13flag { 14 name: "csw_service_interface_is_null" 15 namespace: "telecom" 16 description: "fix potential NPE in onCreateConnection when the ServiceInterface is cleared out" 17 bug: "364811868" 18 metadata { 19 purpose: PURPOSE_BUGFIX 20 } 21}