Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DPhoneInterfaceManager.java50 public class PhoneInterfaceManager extends ITelephony.Stub { class
63 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
DPhoneApp.java178 PhoneInterfaceManager phoneMgr;
486 phoneMgr = PhoneInterfaceManager.init(this, phone); in onCreate()