Searched refs:mIccPhoneBookIntManager (Results 1 – 2 of 2) sorted by relevance
169 private IccPhoneBookInterfaceManager mIccPhoneBookIntManager; field in GsmCdmaPhone251 mIccPhoneBookIntManager = mTelephonyComponentFactory.makeIccPhoneBookInterfaceManager(this); in initOnce()292 mIccPhoneBookIntManager.updateIccRecords(null); in initRatSpecific()2642 mIccPhoneBookIntManager.updateIccRecords(null); in onUpdateIccAvailability()2654 mIccPhoneBookIntManager.updateIccRecords(mIccRecords.get()); in onUpdateIccAvailability()2756 return mIccPhoneBookIntManager; in getIccPhoneBookInterfaceManager()3455 pw.println(" mIccPhoneBookIntManager=" + mIccPhoneBookIntManager); in dump()
124 protected IccPhoneBookInterfaceManager mIccPhoneBookIntManager; field in TelephonyTest339 doReturn(mIccPhoneBookIntManager).when(mTelephonyComponentFactory) in setUp()