HomeSort by relevance Sort by last modified time
    Searched refs:PhoneInterfaceManager (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 86 public class PhoneInterfaceManager extends ITelephony.Stub {
87 private static final String LOG_TAG = "PhoneInterfaceManager";
125 private static PhoneInterfaceManager sInstance;
676 * Initialize the singleton PhoneInterfaceManager instance.
679 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone) {
680 synchronized (PhoneInterfaceManager.class) {
682 sInstance = new PhoneInterfaceManager(app, phone);
691 private PhoneInterfaceManager(PhoneGlobals app, Phone phone) {
    [all...]
PhoneGlobals.java 141 PhoneInterfaceManager phoneMgr;
393 phoneMgr = PhoneInterfaceManager.init(this, phone);
    [all...]

Completed in 55 milliseconds