Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java156 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/
DSubscriptionInfoUpdaterTest.java187 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/
DUiccSlot.java155 UiccController.updateInternalIccState( in update()
189 UiccController.updateInternalIccState( in updateCardStateAbsent()
401 UiccController.updateInternalIccState( in onRadioStateUnavailable()
DUiccController.java565 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()
DUiccProfile.java658 UiccController.updateInternalIccState(mContext, mExternalState, in setExternalState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java195 public void updateInternalIccState(String simStatus, String reason, int slotId, in updateInternalIccState() method in SubscriptionInfoUpdater