Searched refs:updateInternalIccStateForInactiveSlot (Results 1 – 5 of 5) sorted by relevance
157 UiccController.updateInternalIccStateForInactiveSlot(mContext, mPhoneId, mIccId); in update()
654 static void updateInternalIccStateForInactiveSlot( in updateInternalIccStateForInactiveSlot() method in UiccController666 subInfoUpdator.updateInternalIccStateForInactiveSlot(prevActivePhoneId, iccId); in updateInternalIccStateForInactiveSlot()
275 verify(mSubInfoRecordUpdater).updateInternalIccStateForInactiveSlot( in testUpdateAbsentStateInactiveSlotStatus()
195 public void updateInternalIccStateForInactiveSlot(int prevActivePhoneId, String iccId) { in updateInternalIccStateForInactiveSlot() method in SubscriptionInfoUpdater
203 mUpdater.updateInternalIccStateForInactiveSlot(FAKE_SUB_ID_1, null); in testSimAbsentAndInactive()