/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccControllerTest.java | 107 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/ |
D | IccCard.java | 55 public IccFileHandler getIccFileHandler(); in getIccFileHandler() method
|
D | IccSmsInterfaceManager.java | 142 IccFileHandler fh = mPhone.getIccFileHandler(); in markMessagesAsRead() 219 IccFileHandler fh = mPhone.getIccFileHandler(); in updateMessageOnIccEf() 297 IccFileHandler fh = mPhone.getIccFileHandler(); in getAllMessagesFromIccEf()
|
D | IccPhoneBookInterfaceManager.java | 265 IccFileHandler fh = mPhone.getIccFileHandler(); in getAdnRecordsSize()
|
D | SubscriptionInfoUpdater.java | 364 mPhone[slotId].getIccCard().getIccFileHandler(); in handleSimLocked()
|
D | Phone.java | 1471 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in Phone 1479 fh = uiccApplication.getIccFileHandler(); in getIccFileHandler()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 174 public IccFileHandler getIccFileHandler(int phoneId, int family) { in getIccFileHandler() method in UiccController 178 return app.getIccFileHandler(); in getIccFileHandler()
|
D | IccCardProxy.java | 622 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in IccCardProxy 625 return mUiccApplication.getIccFileHandler(); in getIccFileHandler()
|
D | IccRecords.java | 168 mFh = app.getIccFileHandler(); in IccRecords()
|
D | UiccCardApplication.java | 616 public IccFileHandler getIccFileHandler() { in getIccFileHandler() method in UiccCardApplication
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 320 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/ |
D | SipPhoneBase.java | 466 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in SipPhoneBase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 500 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in ImsPhoneBase
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 404 public IccFileHandler getIccFileHandler(){ in getIccFileHandler() method in PhoneMock
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CatService.java | 199 fh = ca.getIccFileHandler(); in getInstance()
|