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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DebugService.java 56 PhoneFactory.dump(fd, pw, args);
PhoneFactory.java 57 public class PhoneFactory {
58 static final String LOG_TAG = "PhoneFactory";
127 throw new RuntimeException("PhoneFactory probably already running");
408 pw.println("PhoneFactory:");
414 Phone[] phones = (Phone[])PhoneFactory.getPhones();
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 58 import com.android.internal.telephony.PhoneFactory;
288 PhoneFactory.makeDefaultPhones(this);
295 for (Phone phone : PhoneFactory.getPhones()) {
340 phoneMgr = PhoneInterfaceManager.init(this, PhoneFactory.getDefaultPhone());
431 return PhoneFactory.getDefaultPhone();
435 return PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId));
726 phoneInEcm = PhoneFactory.getPhone(phoneId);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 103 milliseconds