Searched refs:updateConfigForPhoneId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ICarrierConfigLoader.aidl | 33 void updateConfigForPhoneId(int phoneId, String simState); in updateConfigForPhoneId() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 196 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/ |
D | CarrierConfigManager.java | 3565 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/ |
D | UiccController.java | 971 configManager.updateConfigForPhoneId(index, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in onSimRefresh()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionInfoUpdater.java | 561 configManager.updateConfigForPhoneId(slotId, simState); in updateCarrierServices()
|
/frameworks/base/api/ |
D | system-current.txt | 7154 …sion(android.Manifest.permission.MODIFY_PHONE_STATE) public void updateConfigForPhoneId(int, Strin…
|