Searched refs:updateInternalIccState (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccSlotTest.java | 156 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUpdateActiveSlotStatus() 244 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUpdateAbsentState() 274 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUpdateAbsentStateInactiveSlotStatus() 297 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotCreateAndDispose() 322 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotBroadcastAbsent() 332 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotBroadcastAbsent()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 187 mUpdater.updateInternalIccState( in testSimAbsent() 208 mUpdater.updateInternalIccState( in testSimAbsentAndInactive() 228 mUpdater.updateInternalIccState( in testSimUnknown() 245 mUpdater.updateInternalIccState( in testSimError() 262 mUpdater.updateInternalIccState( in testWrongSimState() 285 mUpdater.updateInternalIccState( in testSimLoaded() 351 mUpdater.updateInternalIccState( in testSimLoadedEmptyOperatorNumeric() 378 mUpdater.updateInternalIccState( in testSimLockedWithOutIccId() 427 mUpdater.updateInternalIccState( in testDualSimLoaded() 443 mUpdater.updateInternalIccState( in testDualSimLoaded() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccSlot.java | 155 UiccController.updateInternalIccState( in update() 189 UiccController.updateInternalIccState( in updateCardStateAbsent() 401 UiccController.updateInternalIccState( in onRadioStateUnavailable()
|
D | UiccController.java | 565 static void updateInternalIccState(Context context, IccCardConstants.State state, String reason, in updateInternalIccState() method in UiccController 567 updateInternalIccState(context, state, reason, phoneId, false); in updateInternalIccState() 572 static void updateInternalIccState(Context context, IccCardConstants.State state, String reason, in updateInternalIccState() method in UiccController 580 subInfoUpdator.updateInternalIccState(getIccStateIntentString(state), in updateInternalIccState()
|
D | UiccProfile.java | 658 UiccController.updateInternalIccState(mContext, mExternalState, in setExternalState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionInfoUpdater.java | 195 public void updateInternalIccState(String simStatus, String reason, int slotId, in updateInternalIccState() method in SubscriptionInfoUpdater
|