Searched refs:getIccCard (Results 1 – 9 of 9) sorted by relevance
370 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimLocked()430 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimNotReady()473 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimLoaded()1175 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in broadcastSimApplicationStateChanged()
1900 public IccCard getIccCard() { in getIccCard() method in Phone
2840 IccCard icc = phone.getIccCard(); in getSimStateForSlotIndex()
3961 public IccCard getIccCard() { in getIccCard() method in GsmCdmaPhone
375 public IccCard getIccCard() { in getIccCard() method in SipPhoneBase
411 public IccCard getIccCard() { in getIccCard() method in ImsPhoneBase
1079 IccCard iccCard = mPhoneUT.getIccCard(); in testGetIccCardUnknownAndAbsent()1085 iccCard = mPhoneUT.getIccCard(); in testGetIccCardUnknownAndAbsent()1094 IccCard iccCard = mPhoneUT.getIccCard(); in testGetEmptyIccCard()
257 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyEmptyProfile()281 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyDisabledUiccApps()
506 doReturn(mUiccProfile).when(mPhone).getIccCard(); in setUp()