Searched refs:PhoneInterfaceManager (Results 1 – 2 of 2) sorted by relevance
50 public class PhoneInterfaceManager extends ITelephony.Stub { class63 private static PhoneInterfaceManager sInstance;215 /* package */ static PhoneInterfaceManager init(PhoneApp app, Phone phone) { in init()216 synchronized (PhoneInterfaceManager.class) { in init()218 sInstance = new PhoneInterfaceManager(app, phone); in init()227 private PhoneInterfaceManager(PhoneApp app, Phone phone) { in PhoneInterfaceManager() method in PhoneInterfaceManager
178 PhoneInterfaceManager phoneMgr;486 phoneMgr = PhoneInterfaceManager.init(this, phone); in onCreate()