Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java367 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimLocked()
441 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimNotReady()
487 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in handleSimLoaded()
1168 IccCard iccCard = PhoneFactory.getPhone(phoneId).getIccCard(); in broadcastSimApplicationStateChanged()
DCarrierResolver.java816 IccCard iccCard = mPhone.getIccCard(); in updateCarrierConfig()
DPhoneSwitcher.java577 IccCard iccCard = PhoneFactory.getPhone(slotIndex).getIccCard(); in isSimApplicationReady()
DPhone.java1949 public IccCard getIccCard() { in getIccCard() method in Phone
DSubscriptionController.java3123 IccCard icc = phone.getIccCard(); in getSimStateForSlotIndex()
DGsmCdmaPhone.java4159 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
DImsPhoneCallTracker.java1466 if (defaultPhone != null && defaultPhone.getIccCard() != null) { in updateCarrierConfiguration()
1467 IccCardConstants.State state = defaultPhone.getIccCard().getState(); in updateCarrierConfiguration()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java256 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyEmptyProfile()
280 doReturn(mIccCard).when(mPhone).getIccCard(); in testSimNotReadyDisabledUiccApps()
DGsmCdmaPhoneTest.java1246 IccCard iccCard = mPhoneUT.getIccCard(); in testGetIccCardUnknownAndAbsent()
1252 iccCard = mPhoneUT.getIccCard(); in testGetIccCardUnknownAndAbsent()
1261 IccCard iccCard = mPhoneUT.getIccCard(); in testGetEmptyIccCard()
DTelephonyTest.java553 doReturn(mUiccProfile).when(mPhone).getIccCard(); in setUp()
DPhoneSwitcherTest.java1200 doReturn(mIccCard).when(mPhone).getIccCard(); in testRetry_DDS_switch_Failure()