Home
last modified time | relevance | path

Searched refs:getIccCard (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java104 if (mPhone.getIccCard() != null
105 && IccCardConstants.State.ABSENT == mPhone.getIccCard().getState()) {
DSubscriptionInfoUpdater.java359 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()
DPhoneFactory.java416 ((IccCardProxy)phone.getIccCard()).dump(fd, pw, args); in dump()
DSubscriptionController.java1683 IccCard icc = phone.getIccCard(); in getSimStateForSlotIndex()
DPhone.java1606 public IccCard getIccCard() { in getIccCard() method in Phone
DGsmCdmaPhone.java3231 public IccCard getIccCard() { in getIccCard() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java388 public IccCard getIccCard() { in getIccCard() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java421 public IccCard getIccCard() { in getIccCard() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java371 doReturn(mIccCardProxy).when(mPhone).getIccCard(); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java436 public IccCard getIccCard() { in getIccCard() method in PhoneMock