Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java154 public PhoneInterfaceManager phoneMgr;
389 phoneMgr = PhoneInterfaceManager.init(this); in onCreate()
DPhoneInterfaceManager.java200 public class PhoneInterfaceManager extends ITelephony.Stub { class
300 private static PhoneInterfaceManager sInstance;
1641 /* package */ static PhoneInterfaceManager init(PhoneGlobals app) { in init()
1642 synchronized (PhoneInterfaceManager.class) { in init()
1644 sInstance = new PhoneInterfaceManager(app); in init()
1653 private PhoneInterfaceManager(PhoneGlobals app) { in PhoneInterfaceManager() method in PhoneInterfaceManager