Searched refs:DEFAULT_PHONE_ID (Results 1 – 2 of 2) sorted by relevance
76 private static final int DEFAULT_PHONE_ID = 0; field in CarrierConfigLoaderTest129 mCarrierConfigLoader.clearConfigForPhone(DEFAULT_PHONE_ID, false); in setUp()147 () -> mCarrierConfigLoader.updateConfigForPhoneId(DEFAULT_PHONE_ID, in testUpdateConfigForPhoneId_noPermission()181 mCarrierConfigLoader.updateConfigForPhoneId(DEFAULT_PHONE_ID, in testUpdateConfigForPhoneId_simAbsent()212 DEFAULT_PHONE_ID); in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()214 DEFAULT_PHONE_ID, carrierId, config); in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()215 mCarrierConfigLoader.updateConfigForPhoneId(DEFAULT_PHONE_ID, in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()219 assertThat(mCarrierConfigLoader.getConfigFromDefaultApp(DEFAULT_PHONE_ID).getInt( in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()263 eq(DEFAULT_PHONE_ID), eq(PLATFORM_CARRIER_CONFIG_PACKAGE), in testOverrideConfig_withNullBundle()283 assertThat(mCarrierConfigLoader.getOverrideConfig(DEFAULT_PHONE_ID).getInt( in testOverrideConfig_withNonNullBundle()[all …]
82 private static final int DEFAULT_PHONE_ID = 0; field in TelephonyShellCommand1364 slotId = DEFAULT_PHONE_ID; in getDefaultSlot()