Home | History | Annotate | Download | only in phone

Lines Matching defs:phone

17 package com.android.phone;
52 import com.android.internal.telephony.Phone;
86 // The context for phone app, passed from PhoneGlobals.
94 // Whether we have sent config change bcast for each phone id.
169 Phone phone = PhoneFactory.getPhone(phoneId);
170 if (phone != null) {
171 if (phone.isShuttingDown()) {
394 * This is only done once, at startup, from {@link com.android.phone.PhoneApp#onCreate}.
419 log("Binding to " + pkgName + " for phone " + phoneId);
444 Phone phone = PhoneFactory.getPhone(phoneId);
445 if (phone != null) {
446 imsi = phone.getSubscriberId();
447 gid1 = phone.getGroupIdLevel1();
448 gid2 = phone.getGroupIdLevel2();
470 Phone phone = PhoneFactory.getPhone(phoneId);
471 if (phone == null) {
474 return phone.getIccSerialNumber();
745 pw.println("Phone Id = " + i);