Searched refs:getIccCard (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java262 IccFileHandler fileHandler = mPhone[slotId].getIccCard() == null ? null :
263 mPhone[slotId].getIccCard().getIccFileHandler();
286 IccRecords records = mPhone[slotId].getIccCard().getIccRecords();
H A DPhoneFactory.java429 ((IccCardProxy)phoneProxy.getIccCard()).dump(fd, pw, args);
H A DPhone.java679 IccCard getIccCard(); method in interface:Phone
H A DPhoneProxy.java667 public IccCard getIccCard() { method in class:PhoneProxy
H A DSubscriptionController.java1508 IccCard icc = phone.getIccCard();
H A DPhoneBase.java1188 public IccCard getIccCard() { method in class:PhoneBase
1190 //throw new Exception("getIccCard Shouldn't be called from PhoneBase");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java414 public IccCard getIccCard() { method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java377 public IccCard getIccCard() { method in class:SipPhoneBase

Completed in 707 milliseconds