Searched refs:getIccFileHandler (Results 1 - 14 of 14) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimPhoneBookInterfaceManager.java67 IccFileHandler fh = mPhone.getIccFileHandler();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimPhoneBookInterfaceManager.java67 IccFileHandler fh = mPhone.getIccFileHandler();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCard.java55 public IccFileHandler getIccFileHandler(); method in interface:IccCard
H A DIccSmsInterfaceManager.java143 IccFileHandler fh = mPhone.getIccFileHandler();
220 IccFileHandler fh = mPhone.getIccFileHandler();
298 IccFileHandler fh = mPhone.getIccFileHandler();
H A DSubscriptionInfoUpdater.java263 mPhone[slotId].getIccCard().getIccFileHandler();
H A DPhoneProxy.java331 public IccFileHandler getIccFileHandler() { method in class:PhoneProxy
332 return ((PhoneBase)mActivePhone).getIccFileHandler();
H A DPhoneBase.java1137 public IccFileHandler getIccFileHandler(){ method in class:PhoneBase
1142 Rlog.d(LOG_TAG, "getIccFileHandler: uiccApplication == null, return null");
1145 fh = uiccApplication.getIccFileHandler();
1148 Rlog.d(LOG_TAG, "getIccFileHandler: fh=" + fh);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java168 public IccFileHandler getIccFileHandler(int phoneId, int family) { method in class:UiccController
172 return app.getIccFileHandler();
H A DIccRecords.java154 mFh = app.getIccFileHandler();
H A DIccCardProxy.java631 public IccFileHandler getIccFileHandler() { method in class:IccCardProxy
634 return mUiccApplication.getIccFileHandler();
H A DUiccCardApplication.java616 public IccFileHandler getIccFileHandler() { method in class:UiccCardApplication
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java506 public IccFileHandler getIccFileHandler(){ method in class:ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java472 public IccFileHandler getIccFileHandler(){ method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java199 fh = ca.getIccFileHandler();

Completed in 3214 milliseconds