Lines Matching refs:phone
17 package com.android.phone;
45 import com.android.internal.telephony.Phone;
52 * contains the phone number being dialed. Applications can use this intent to (1) see which numbers
76 public static final String ACTION_SIP_SELECT_PHONE = "com.android.phone.SIP_SELECT_PHONE";
77 public static final String EXTRA_ALREADY_CALLED = "android.phone.extra.ALREADY_CALLED";
78 public static final String EXTRA_ORIGINAL_URI = "android.phone.extra.ORIGINAL_URI";
79 public static final String EXTRA_NEW_CALL_INTENT = "android.phone.extra.NEW_CALL_INTENT";
80 public static final String EXTRA_SIP_PHONE_URI = "android.phone.extra.SIP_PHONE_URI";
82 "android.phone.extra.ACTUAL_NUMBER_TO_DIAL";
84 "android.phone.extra.THIRD_PARTY_CALL_COMPONENT";
89 * press/depress of the "hookswitch" of a landline phone. Aka "empty flash".
91 * TODO: Receiving an intent extra to tell the phone to send this flash is a
97 "com.android.phone.extra.SEND_EMPTY_FLASH";
139 * a modified phone number and optional provider info (uri + package name + remote views.)
191 final Phone phone = PhoneGlobals.getPhone();
198 if (TelephonyCapabilities.supportsOtasp(phone)) {
237 } else if (TelephonyCapabilities.supportsOtasp(phone)
238 && (phone.getState() != PhoneConstants.State.IDLE)
239 && (phone.isOtaSpNumber(number))) {
283 * (*) We now know exactly what phone number we need to dial, so the next
284 * step is for the SipCallOptionHandler to decide which Phone type (SIP
305 * guaranteed to be either a PSTN phone number with separators stripped
408 // Outgoing phone calls are only allowed on "voice-capable" devices.
535 // activity built in to the Phone app.)