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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 36 public class PhoneFactory {
37 static final String LOG_TAG = "PhoneFactory";
72 "PhoneFactory.makeDefaultPhone must be called from Looper thread");
91 throw new RuntimeException("PhoneFactory probably already running");
172 "PhoneFactory.getDefaultPhone must be called from Looper thread");
  /packages/apps/Phone/src/com/android/phone/
PhoneGlobals.java 67 import com.android.internal.telephony.PhoneFactory;
446 PhoneFactory.makeDefaultPhones(this);
449 phone = PhoneFactory.getDefaultPhone();
    [all...]

Completed in 79 milliseconds