Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DCarrierConfigLoaderTest.java184 () -> mCarrierConfigLoader.updateConfigForPhoneId(DEFAULT_PHONE_ID, in testUpdateConfigForPhoneId_noPermission()
197 () -> mCarrierConfigLoader.updateConfigForPhoneId( in testUpdateConfigForPhoneId_invalidPhoneId()
218 mCarrierConfigLoader.updateConfigForPhoneId(DEFAULT_PHONE_ID, in testUpdateConfigForPhoneId_simAbsent()
257 mCarrierConfigLoader.updateConfigForPhoneId(DEFAULT_PHONE_ID, in testUpdateConfigForPhoneId_simLoaded_withCachedConfigInXml()
490 mCarrierConfigLoader.updateConfigForPhoneId(1, IccCardConstants.INTENT_VALUE_ICC_ABSENT); in testMultiSimConfigChanged()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java273 updateConfigForPhoneId(i); in handleMessage()
286 updateConfigForPhoneId(phoneId); in handleMessage()
1279 private void updateConfigForPhoneId(int phoneId) { in updateConfigForPhoneId() method in CarrierConfigLoader
1326 updateConfigForPhoneId(phoneId); in onMultiSimConfigChanged()
1518 updateConfigForPhoneId(phoneId); in notifyConfigChangedForSubId()
1523 public void updateConfigForPhoneId(int phoneId, @NonNull String simState) { in updateConfigForPhoneId() method in CarrierConfigLoader
1543 updateConfigForPhoneId(phoneId); in updateConfigForPhoneId()