Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java112 SimPhoneBookInterfaceManager mSimPhoneBookIntManager; field in GSMPhone
160 mSimPhoneBookIntManager = new SimPhoneBookInterfaceManager(this); in GSMPhone()
195 mSimPhoneBookIntManager = new SimPhoneBookInterfaceManager(this); in GSMPhone()
238 mSimPhoneBookIntManager.dispose(); in dispose()
247 mSimPhoneBookIntManager = null; in removeReferences()
1667 mSimPhoneBookIntManager.updateIccRecords(null); in onUpdateIccAvailability()
1677 mSimPhoneBookIntManager.updateIccRecords(mIccRecords.get()); in onUpdateIccAvailability()
1765 return mSimPhoneBookIntManager; in getIccPhoneBookInterfaceManager()
1895 pw.println(" mSimPhoneBookIntManager=" + mSimPhoneBookIntManager); in dump()