Home | History | Annotate | Download | only in phone

Lines Matching refs:phone

17 package com.android.phone;
56 import com.android.internal.telephony.Phone;
87 // The context for phone app, passed from PhoneGlobals.
375 * This is only done once, at startup, from {@link com.android.phone.PhoneApp#onCreate}.
399 log("Binding to " + pkgName + " for phone " + phoneId);
424 Phone phone = PhoneFactory.getPhone(phoneId);
425 if (phone != null) {
426 imsi = phone.getSubscriberId();
427 gid1 = phone.getGroupIdLevel1();
428 gid2 = phone.getGroupIdLevel2();
450 Phone phone = PhoneFactory.getPhone(phoneId);
451 if (phone == null) {
454 return phone.getIccSerialNumber();
715 pw.println(" Phone Id=" + i);