Home | History | Annotate | Download | only in phone

Lines Matching full:phone

17 package com.android.phone;
31 import com.android.internal.telephony.Phone;
54 public static final String EXTRA_ALREADY_CALLED = "android.phone.extra.ALREADY_CALLED";
55 public static final String EXTRA_ORIGINAL_URI = "android.phone.extra.ORIGINAL_URI";
56 public static final String EXTRA_NEW_CALL_INTENT = "android.phone.extra.NEW_CALL_INTENT";
57 public static final String EXTRA_SIP_PHONE_URI = "android.phone.extra.SIP_PHONE_URI";
62 * press/depress of the "hookswitch" of a landline phone. Aka "empty flash".
64 * TODO: Receiving an intent extra to tell the phone to send this flash is a
69 public static final String EXTRA_SEND_EMPTY_FLASH = "com.android.phone.extra.SEND_EMPTY_FLASH";
74 * a modified phone number and optional provider info (uri + package name + remote views.)
101 if (TelephonyCapabilities.supportsOtasp(app.phone)) {
129 } else if (TelephonyCapabilities.supportsOtasp(app.phone)
130 && (app.phone.getState() != Phone.State.IDLE)
131 && (app.phone.isOtaSpNumber(number))) {
275 // activity built in to the Phone app.)