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 49 public class PhoneInterfaceManager extends ITelephony.Stub {
50 private static final String LOG_TAG = "PhoneInterfaceManager";
62 private static PhoneInterfaceManager sInstance;
211 * Initialize the singleton PhoneInterfaceManager instance.
214 /* package */ static PhoneInterfaceManager init(PhoneApp app, Phone phone) {
215 synchronized (PhoneInterfaceManager.class) {
217 sInstance = new PhoneInterfaceManager(app, phone);
226 private PhoneInterfaceManager(PhoneApp app, Phone phone) {
PhoneApp.java 151 PhoneInterfaceManager phoneMgr;
439 phoneMgr = PhoneInterfaceManager.init(this, phone);
679 // we fix PhoneInterfaceManager.java to *not* manually launch
    [all...]

Completed in 44 milliseconds