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

  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 53 public class PhoneInterfaceManager extends ITelephony.Stub {
54 private static final String LOG_TAG = "PhoneInterfaceManager";
67 private static PhoneInterfaceManager sInstance;
216 * Initialize the singleton PhoneInterfaceManager instance.
219 /* package */ static PhoneInterfaceManager init(PhoneGlobals app, Phone phone) {
220 synchronized (PhoneInterfaceManager.class) {
222 sInstance = new PhoneInterfaceManager(app, phone);
231 private PhoneInterfaceManager(PhoneGlobals app, Phone phone) {
PhoneGlobals.java 171 PhoneInterfaceManager phoneMgr;
461 phoneMgr = PhoneInterfaceManager.init(this, phone);
    [all...]

Completed in 40 milliseconds