Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java107 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testSanity()
108 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testSanity()
109 assertNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_IMS)); in testSanity()
161 assertNotNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP)); in testPowerOffPowerOnWithApp()
162 assertNotNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_3GPP2)); in testPowerOffPowerOnWithApp()
163 assertNotNull(mUiccControllerUT.getIccFileHandler(0, UiccController.APP_FAM_IMS)); in testPowerOffPowerOnWithApp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccCard.java55 public IccFileHandler getIccFileHandler(); in getIccFileHandler() method
DIccSmsInterfaceManager.java142 IccFileHandler fh = mPhone.getIccFileHandler(); in markMessagesAsRead()
219 IccFileHandler fh = mPhone.getIccFileHandler(); in updateMessageOnIccEf()
297 IccFileHandler fh = mPhone.getIccFileHandler(); in getAllMessagesFromIccEf()
DIccPhoneBookInterfaceManager.java265 IccFileHandler fh = mPhone.getIccFileHandler(); in getAdnRecordsSize()
DSubscriptionInfoUpdater.java364 mPhone[slotId].getIccCard().getIccFileHandler(); in handleSimLocked()
DPhone.java1471 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in Phone
1479 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.java622 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in IccCardProxy
625 return mUiccApplication.getIccFileHandler(); in getIccFileHandler()
DIccRecords.java168 mFh = app.getIccFileHandler(); in IccRecords()
DUiccCardApplication.java616 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in UiccCardApplication
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java320 doReturn(mIccFileHandler).when(mIccCardProxy).getIccFileHandler(); in testSimLockedWithOutIccId()
368 doReturn(mIccFileHandler).when(mIccCardProxy).getIccFileHandler(); in testSimLockWIthIccId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java466 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java500 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in ImsPhoneBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java404 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCatService.java199 fh = ca.getIccFileHandler(); in getInstance()