Searched refs:iccCard (Results 1 – 2 of 2) sorted by relevance
1079 IccCard iccCard = mPhoneUT.getIccCard(); in testGetIccCardUnknownAndAbsent() local1080 assertEquals(IccCardConstants.State.UNKNOWN, iccCard.getState()); in testGetIccCardUnknownAndAbsent()1085 iccCard = mPhoneUT.getIccCard(); in testGetIccCardUnknownAndAbsent()1086 assertEquals(IccCardConstants.State.ABSENT, iccCard.getState()); in testGetIccCardUnknownAndAbsent()1094 IccCard iccCard = mPhoneUT.getIccCard(); in testGetEmptyIccCard() local1097 assertTrue(!(iccCard instanceof UiccProfile)); in testGetEmptyIccCard()1099 assertTrue(iccCard != null); in testGetEmptyIccCard()1100 assertEquals(IccCardConstants.State.UNKNOWN, iccCard.getState()); in testGetEmptyIccCard()1101 assertEquals(null, iccCard.getIccRecords()); in testGetEmptyIccCard()1102 assertEquals(false, iccCard.getIccLockEnabled()); in testGetEmptyIccCard()[all …]
370 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimLocked() local371 if (iccCard == null) { in handleSimLocked()375 IccRecords records = iccCard.getIccRecords(); in handleSimLocked()430 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimNotReady() local432 if (iccCard.isEmptyProfile() || uiccAppsDisabled) { in handleSimNotReady()473 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimLoaded() local474 if (iccCard == null) { // Possibly a race condition. in handleSimLoaded()478 IccRecords records = iccCard.getIccRecords(); in handleSimLoaded()1175 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in broadcastSimApplicationStateChanged() local1176 boolean emptyProfile = iccCard != null && iccCard.isEmptyProfile(); in broadcastSimApplicationStateChanged()