Lines Matching defs:Phone

78  * A base implementation for the com.android.internal.telephony.Phone interface.
80 * Note that implementations of Phone.java are expected to be used
88 public abstract class Phone extends Handler implements PhoneInternalInterface {
89 private static final String LOG_TAG = "Phone";
107 synchronized (Phone.lockForRadioTechnologyChange) {
256 protected Phone mImsPhone = null;
401 * Constructs a Phone in normal (non-unit test) mode.
410 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci,
417 * Constructs a Phone in normal (non-unit test) mode.
427 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci,
520 synchronized(Phone.lockForRadioTechnologyChange) {
657 Phone imsPhone = mImsPhone;
750 * Subclasses of Phone probably want to replace this with a
776 * Subclasses of Phone probably want to replace this with a
787 protected void migrateFrom(Phone from) {
852 * Connection.getCall() == Phone.getRingingCall()
1010 * Example: If Phone.dial is called with "*#31#", then the app will
1303 * For unit tests; don't send notifications to "Phone"
1320 * Subclasses of Phone probably want to replace this with a
1409 * Subclasses of Phone probably want to replace this with a
1434 * the thread that originally obtained this Phone instance.
1439 "com.android.internal.telephony.Phone must be used from within one thread");
1479 * Retrieves the IccFileHandler of the Phone instance
1497 * Retrieves the Handler of the Phone instance
1546 //throw new Exception("getIccCard Shouldn't be called from Phone");
1850 * - {@link com.android.internal.telephony.Phone#TTY_MODE_OFF}
1851 * - {@link com.android.internal.telephony.Phone#TTY_MODE_FULL}
1852 * - {@link com.android.internal.telephony.Phone#TTY_MODE_HCO}
1853 * - {@link com.android.internal.telephony.Phone#TTY_MODE_VCO}
1864 * - {@link com.android.internal.telephony.Phone#TTY_MODE_OFF}
1865 * - {@link com.android.internal.telephony.Phone#TTY_MODE_FULL}
1866 * - {@link com.android.internal.telephony.Phone#TTY_MODE_HCO}
1867 * - {@link com.android.internal.telephony.Phone#TTY_MODE_VCO}
2577 * @return The string array will always return at least one entry, Phone.APN_TYPE_DEFAULT.
2655 * Subclasses of Phone probably want to replace this with a
2786 Rlog.e(LOG_TAG, "Error! This function should never be executed, inactive Phone.");
2823 public Phone getImsPhone() {
2895 Phone imsPhone = mImsPhone;
2969 Phone imsPhone = mImsPhone;
2987 Phone imsPhone = mImsPhone;
3000 Phone imsPhone = mImsPhone;
3168 Phone imsPhone = mImsPhone;
3268 public static void checkWfcWifiOnlyModeBeforeDial(Phone imsPhone, Context context)
3308 public Phone getDefaultPhone() {
3335 pw.println("Phone: subId=" + getSubId());