Home
last modified time | relevance | path

Searched refs:PLATFORM_CARRIER_CONFIG_PACKAGE (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DCarrierConfigLoaderTest.java78 private static final String PLATFORM_CARRIER_CONFIG_PACKAGE = "com.android.carrierconfig"; field in CarrierConfigLoaderTest
108 doReturn(PLATFORM_CARRIER_CONFIG_PACKAGE).when(mResources).getString( in setUp()
116 eq(PLATFORM_CARRIER_CONFIG_PACKAGE), eq(0) /*flags*/); in setUp()
180 mCarrierConfigLoader.saveNoSimConfigToXml(PLATFORM_CARRIER_CONFIG_PACKAGE, config); in testUpdateConfigForPhoneId_simAbsent()
205 List<String> carrierPackages = List.of(PLATFORM_CARRIER_CONFIG_PACKAGE); in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()
213 mCarrierConfigLoader.saveConfigToXml(PLATFORM_CARRIER_CONFIG_PACKAGE, "", in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()
263 eq(DEFAULT_PHONE_ID), eq(PLATFORM_CARRIER_CONFIG_PACKAGE), in testOverrideConfig_withNullBundle()
286 eq(DEFAULT_PHONE_ID), eq(PLATFORM_CARRIER_CONFIG_PACKAGE), in testOverrideConfig_withNonNullBundle()
337 .isEqualTo(PLATFORM_CARRIER_CONFIG_PACKAGE); in testGetDefaultCarrierServicePackageName_withPermission()
355 PLATFORM_CARRIER_CONFIG_PACKAGE)).isEqualTo(PersistableBundle.EMPTY); in testGetConfigForSubId_noPermission()