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

/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java151 public PhoneInterfaceManager phoneMgr;
400 phoneMgr = PhoneInterfaceManager.init(this, PhoneFactory.getDefaultPhone());
H A DPhoneInterfaceManager.java93 public class PhoneInterfaceManager extends ITelephony.Stub { class in inherits:ITelephony.Stub
94 private static final String LOG_TAG = "PhoneInterfaceManager";
143 private static PhoneInterfaceManager sInstance;
832 * Initialize the singleton PhoneInterfaceManager instance.
835 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone) {
836 synchronized (PhoneInterfaceManager.class) {
838 sInstance = new PhoneInterfaceManager(app, phone);
847 private PhoneInterfaceManager(PhoneGlobals app, Phone phone) { method in class:PhoneInterfaceManager

Completed in 92 milliseconds