Searched refs:getIccCard (Results 1 – 10 of 10) sorted by relevance
104 if (mPhone.getIccCard() != null105 && IccCardConstants.State.ABSENT == mPhone.getIccCard().getState()) {
359 IccFileHandler fileHandler = mPhone[slotId].getIccCard() == null ? null : in handleSimLocked()360 mPhone[slotId].getIccCard().getIccFileHandler(); in handleSimLocked()385 IccRecords records = mPhone[slotId].getIccCard().getIccRecords(); in handleSimLoaded()
416 ((IccCardProxy)phone.getIccCard()).dump(fd, pw, args); in dump()
1683 IccCard icc = phone.getIccCard(); in getSimStateForSlotIndex()
1606 public IccCard getIccCard() { in getIccCard() method in Phone
3231 public IccCard getIccCard() { in getIccCard() method in GsmCdmaPhone
388 public IccCard getIccCard() { in getIccCard() method in SipPhoneBase
421 public IccCard getIccCard() { in getIccCard() method in ImsPhoneBase
371 doReturn(mIccCardProxy).when(mPhone).getIccCard(); in setUp()
436 public IccCard getIccCard() { in getIccCard() method in PhoneMock