Searched refs:KEY_CARRIER_CONFIG_APPLIED_BOOL (Results 1 – 8 of 8) sorted by relevance
24 import static android.telephony.CarrierConfigManager.KEY_CARRIER_CONFIG_APPLIED_BOOL;129 mCarrierConfigs.putBoolean(KEY_CARRIER_CONFIG_APPLIED_BOOL, true); in setupCarrierConfigCerts()312 mCarrierConfigs.putBoolean(KEY_CARRIER_CONFIG_APPLIED_BOOL, false); in testCarrierConfigUpdatedNotIdentifiedCarrier()
244 mCarrierConfig.putBoolean(CarrierConfigManager.KEY_CARRIER_CONFIG_APPLIED_BOOL, true); in setupForRequiredProvisioning()277 mCarrierConfig.putBoolean(CarrierConfigManager.KEY_CARRIER_CONFIG_APPLIED_BOOL, false); in toleratesCarrierConfigNotLoaded()
1861 mCarrierConfig.putBoolean(CarrierConfigManager.KEY_CARRIER_CONFIG_APPLIED_BOOL, true); in setupForRequiredProvisioning()
2787 public static final String KEY_CARRIER_CONFIG_APPLIED_BOOL = "carrier_config_applied_bool"; field in CarrierConfigManager4189 sDefaults.putBoolean(KEY_CARRIER_CONFIG_APPLIED_BOOL, false); in sDefaults.putBoolean() argument4515 return bundle != null && bundle.getBoolean(KEY_CARRIER_CONFIG_APPLIED_BOOL); in isConfigForIdentifiedCarrier()
162 mBundle.putBoolean(CarrierConfigManager.KEY_CARRIER_CONFIG_APPLIED_BOOL, true); in setUp()
522 mBundle.putBoolean(CarrierConfigManager.KEY_CARRIER_CONFIG_APPLIED_BOOL, true); in setUp()
421 mCarrierConfig.putBoolean(CarrierConfigManager.KEY_CARRIER_CONFIG_APPLIED_BOOL, true); in callSystemReady()
46616 … field public static final String KEY_CARRIER_CONFIG_APPLIED_BOOL = "carrier_config_applied_bool";