Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DRuimPhoneBookInterfaceManager.java67 IccFileHandler fh = mPhone.getIccFileHandler(); in getAdnRecordsSize()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSimPhoneBookInterfaceManager.java67 IccFileHandler fh = mPhone.getIccFileHandler(); in getAdnRecordsSize()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccCard.java55 public IccFileHandler getIccFileHandler(); in getIccFileHandler() method
DIccSmsInterfaceManager.java143 IccFileHandler fh = mPhone.getIccFileHandler(); in markMessagesAsRead()
220 IccFileHandler fh = mPhone.getIccFileHandler(); in updateMessageOnIccEf()
298 IccFileHandler fh = mPhone.getIccFileHandler(); in getAllMessagesFromIccEf()
DPhoneProxy.java331 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in PhoneProxy
332 return ((PhoneBase)mActivePhone).getIccFileHandler(); in getIccFileHandler()
DSubscriptionInfoUpdater.java263 mPhone[slotId].getIccCard().getIccFileHandler(); in handleSimLocked()
DPhoneBase.java1130 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in PhoneBase
1138 fh = uiccApplication.getIccFileHandler(); in getIccFileHandler()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java168 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() method in UiccController
172 return app.getIccFileHandler(); in getIccFileHandler()
DIccCardProxy.java631 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in IccCardProxy
634 return mUiccApplication.getIccFileHandler(); in getIccFileHandler()
DIccRecords.java154 mFh = app.getIccFileHandler(); in IccRecords()
DUiccCardApplication.java616 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in UiccCardApplication
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java472 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java506 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in ImsPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java199 fh = ca.getIccFileHandler(); in getInstance()