Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java71 public IccPhoneBookInterfaceManager makeIccPhoneBookInterfaceManager(Phone phone) { in makeIccPhoneBookInterfaceManager() method in TelephonyComponentFactory
DGsmCdmaPhone.java229 mIccPhoneBookIntManager = mTelephonyComponentFactory.makeIccPhoneBookInterfaceManager(this); in initOnce()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java314 .makeIccPhoneBookInterfaceManager(any(Phone.class)); in setUp()