Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java370 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()
DPhone.java1900 public IccCard getIccCard() { in getIccCard() method in Phone
DSubscriptionController.java2840 IccCard icc = phone.getIccCard(); in getSimStateForSlotIndex()
DGsmCdmaPhone.java3961 public IccCard getIccCard() { in getIccCard() method in GsmCdmaPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java375 public IccCard getIccCard() { in getIccCard() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java411 public IccCard getIccCard() { in getIccCard() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1079 IccCard iccCard = mPhoneUT.getIccCard(); in testGetIccCardUnknownAndAbsent()
1085 iccCard = mPhoneUT.getIccCard(); in testGetIccCardUnknownAndAbsent()
1094 IccCard iccCard = mPhoneUT.getIccCard(); in testGetEmptyIccCard()
DSubscriptionInfoUpdaterTest.java257 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyEmptyProfile()
281 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyDisabledUiccApps()
DTelephonyTest.java506 doReturn(mUiccProfile).when(mPhone).getIccCard(); in setUp()