Searched refs:updateInternalIccState (Results 1 – 6 of 6) sorted by relevance
183 mUpdater.updateInternalIccState( in testSimAbsent()223 mUpdater.updateInternalIccState( in testSimUnknown()240 mUpdater.updateInternalIccState( in testSimNotReady()260 mUpdater.updateInternalIccState( in testSimNotReadyEmptyProfile()287 mUpdater.updateInternalIccState( in testSimNotReadyDisabledUiccApps()304 mUpdater.updateInternalIccState( in testSimNotReadyDisabledUiccApps()318 mUpdater.updateInternalIccState( in testSimError()335 mUpdater.updateInternalIccState( in testWrongSimState()360 mUpdater.updateInternalIccState( in testSimLoaded()426 mUpdater.updateInternalIccState( in testSimLoadedEmptyOperatorNumeric()[all …]
157 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUpdateActiveSlotStatus()245 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUpdateAbsentState()297 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotCreateAndDispose()322 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotBroadcastAbsent()332 verify(mSubInfoRecordUpdater).updateInternalIccState( in testUiccSlotBroadcastAbsent()
192 UiccController.updateInternalIccState( in updateCardStateAbsent()415 UiccController.updateInternalIccState( in onRadioStateUnavailable()
660 static void updateInternalIccState(Context context, IccCardConstants.State state, String reason, in updateInternalIccState() method in UiccController668 subInfoUpdator.updateInternalIccState(getIccStateIntentString(state), reason, phoneId); in updateInternalIccState()
710 UiccController.updateInternalIccState(mContext, mExternalState, in setExternalState()
182 public void updateInternalIccState(String simStatus, String reason, int phoneId) { in updateInternalIccState() method in SubscriptionInfoUpdater