Searched refs:KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL (Results 1 – 3 of 3) sorted by relevance
23 import static android.telephony.CarrierConfigManager.KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL;2836 return config.getBoolean(KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL); in isSatelliteEmergencyMessagingSupportedViaCarrier()3972 KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL, in getConfigForSubId()
3694 CarrierConfigManager.KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL, true); in testIsSatelliteEmergencyMessagingSupportedViaCarrier()3723 CarrierConfigManager.KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL, true); in testGetCarrierEmergencyCallWaitForConnectionTimeoutMillis()3735 CarrierConfigManager.KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL, true); in testGetCarrierEmergencyCallWaitForConnectionTimeoutMillis()
9948 public static final String KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL = field in CarrierConfigManager11137 sDefaults.putBoolean(KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL, false); in sDefaults.putBoolean() argument