Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DICarrierConfigLoader.aidl33 void updateConfigForPhoneId(int phoneId, String simState); in updateConfigForPhoneId() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java196 verify(mConfigManager).updateConfigForPhoneId(eq(FAKE_SUB_ID_1), in testSimAbsent()
219 verify(mConfigManager, times(0)).updateConfigForPhoneId(eq(FAKE_SUB_ID_1), in testSimAbsentAndInactive()
236 verify(mConfigManager).updateConfigForPhoneId(eq(FAKE_SUB_ID_1), in testSimUnknown()
253 verify(mConfigManager).updateConfigForPhoneId(eq(FAKE_SUB_ID_1), in testSimError()
270 verify(mConfigManager, times(0)).updateConfigForPhoneId(eq(2), in testWrongSimState()
318 verify(mConfigManager, times(1)).updateConfigForPhoneId(eq(FAKE_SUB_ID_1), in testSimLoaded()
365 verify(mConfigManager, times(1)).updateConfigForPhoneId(eq(FAKE_SUB_ID_1), in testSimLoadedEmptyOperatorNumeric()
392 verify(mConfigManager, times(1)).updateConfigForPhoneId(eq(FAKE_SUB_ID_1), in testSimLockedWithOutIccId()
480 verify(mConfigManager, times(1)).updateConfigForPhoneId(eq(FAKE_SUB_ID_1), in testSimLockWithIccId()
/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java3565 public void updateConfigForPhoneId(int phoneId, String simState) { in updateConfigForPhoneId() method in CarrierConfigManager
3573 loader.updateConfigForPhoneId(phoneId, simState); in updateConfigForPhoneId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java971 configManager.updateConfigForPhoneId(index, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in onSimRefresh()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java561 configManager.updateConfigForPhoneId(slotId, simState); in updateCarrierServices()
/frameworks/base/api/
Dsystem-current.txt7154 …sion(android.Manifest.permission.MODIFY_PHONE_STATE) public void updateConfigForPhoneId(int, Strin…