Searched refs:getIccCard (Results 1 – 10 of 10) sorted by relevance
96 IccCard card = phone.getIccCard(); in getEFPath()
373 } else if (phone.getIccCard().getState() != SimCard.State.READY) { in disconnectCauseFromCode()
1081 if (phone.getIccCard().getState() == IccCard.State.READY) { in onRestrictedStateChanged()
282 if (phone.getIccCard().isApplicationOnIcc(IccCardApplication.AppType.APPTYPE_USIM)) { in updateEfForIccType()
363 public IccCard getIccCard() { in getIccCard() method in PhoneProxy364 return mActivePhone.getIccCard(); in getIccCard()
675 IccCard getIccCard(); in getIccCard() method
704 public IccCard getIccCard() { in getIccCard() method in PhoneBase
344 public IccCard getIccCard() { in getIccCard() method in SipPhoneBase
433 && phone.getIccCard().getState() != RuimCard.State.READY) { in disconnectCauseFromCode()
385 phone.getIccCard().broadcastIccStateChangedIntent(IccCard.INTENT_VALUE_ICC_IMSI, in handleMessage()