Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccControllerTest.java163 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testSanity()
164 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testSanity()
165 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_IMS)); in testSanity()
219 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()
220 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp()
221 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_IMS)); in testPowerOffPowerOnWithApp()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java192 IccFileHandler fh = mPhone.getIccFileHandler(); in markMessagesAsRead()
276 IccFileHandler fh = mPhone.getIccFileHandler(); in updateMessageOnIccEf()
355 IccFileHandler fh = mPhone.getIccFileHandler(); in getAllMessagesFromIccEf()
H A DIccPhoneBookInterfaceManager.java309 IccFileHandler fh = mPhone.getIccFileHandler(); in getAdnRecordsSize()
H A DPhone.java1820 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in Phone
1828 fh = uiccApplication.getIccFileHandler(); in getIccFileHandler()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java452 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in SipPhoneBase
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java485 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in ImsPhoneBase
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java443 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() method in UiccController
447 return app.getIccFileHandler(); in getIccFileHandler()
H A DUiccCardApplication.java687 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in UiccCardApplication
H A DIccRecords.java297 mFh = app.getIccFileHandler(); in IccRecords()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java212 fh = ca.getIccFileHandler(); in getInstance()