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.
359 * This is only done once, at startup, from {@link com.android.phone.PhoneApp#onCreate}.
383 log("Binding to " + pkgName + " for phone " + phoneId);
408 Phone phone = PhoneFactory.getPhone(phoneId);
409 if (phone != null) {
410 imsi = phone.getSubscriberId();
411 gid1 = phone.getGroupIdLevel1();
412 gid2 = phone.getGroupIdLevel2();
434 Phone phone = PhoneFactory.getPhone(phoneId);
435 if (phone == null) {
438 return phone.getIccSerialNumber();
696 pw.println(" Phone Id=" + i);