Searched refs:PhoneInterfaceManager (Results 1 – 2 of 2) sorted by relevance
154 public PhoneInterfaceManager phoneMgr;389 phoneMgr = PhoneInterfaceManager.init(this); in onCreate()
200 public class PhoneInterfaceManager extends ITelephony.Stub { class300 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