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.java341 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in PhoneProxy
342 return ((PhoneBase)mActivePhone).getIccFileHandler(); in getIccFileHandler()
DSubscriptionInfoUpdater.java337 mPhone[slotId].getIccCard().getIccFileHandler(); in handleSimLocked()
DPhoneBase.java1268 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in PhoneBase
1276 fh = uiccApplication.getIccFileHandler(); in getIccFileHandler()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java174 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() method in UiccController
178 return app.getIccFileHandler(); in getIccFileHandler()
DIccCardProxy.java638 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in IccCardProxy
641 return mUiccApplication.getIccFileHandler(); in getIccFileHandler()
DIccRecords.java162 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.java478 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java505 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()