Searched refs:getIccFileHandler (Results 1 - 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCard.java52 public IccFileHandler getIccFileHandler(); method in interface:IccCard
H A DIccRecords.java112 mFh = app.getIccFileHandler();
H A DIccCardProxy.java440 public IccFileHandler getIccFileHandler() { method in class:IccCardProxy
443 return mUiccApplication.getIccFileHandler();
H A DPhoneBase.java658 public IccFileHandler getIccFileHandler(){ method in class:PhoneBase
661 return uiccApplication.getIccFileHandler();
H A DUiccCardApplication.java502 public IccFileHandler getIccFileHandler() { method in class:UiccCardApplication
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimPhoneBookInterfaceManager.java64 IccFileHandler fh = phone.getIccFileHandler();
H A DRuimSmsInterfaceManager.java128 mPhone.getIccFileHandler().updateEFLinearFixed(
183 mPhone.getIccFileHandler().loadEFLinearFixedAll(IccConstants.EF_SMS, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSimPhoneBookInterfaceManager.java64 IccFileHandler fh = phone.getIccFileHandler();
H A DSimSmsInterfaceManager.java150 mPhone.getIccFileHandler().updateEFLinearFixed(
208 mPhone.getIccFileHandler().loadEFLinearFixedAll(IccConstants.EF_SMS, response);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java145 public IccFileHandler getIccFileHandler(int family) { method in class:UiccController
150 return app.getIccFileHandler();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java429 public IccFileHandler getIccFileHandler(){ method in class:SipPhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java573 fh = ca.getIccFileHandler();

Completed in 135 milliseconds