Lines Matching refs:Phone
17 package com.android.phone;
20 import com.android.internal.telephony.Phone;
23 import com.android.phone.CallGatewayManager.RawGatewayInfo;
24 import com.android.phone.Constants.CallStatusCode;
39 * Phone app module in charge of "call control".
176 * (4) Here in CallController.placeCall() we read the phone number or SIP
232 Phone phone = mApp.mCM.getDefaultPhone();
233 if (TelephonyCapabilities.supportsOtasp(phone)) {
289 Phone phone = null;
307 // find the phone first
308 // TODO Need a way to determine which phone to place the call
317 phone = PhoneUtils.pickPhoneBasedOnNumber(mCM, scheme, number, sipPhoneUri,
319 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass());
321 // update okToCallStatus based on new phone
323 phone.getServiceState().getState());
329 // with the underlying issue of the phone state.
339 Log.w(TAG, "placeCall: couldn't get a phone number from Intent " + intent);
428 // phone number to use for the outgoing call.
437 phone,
460 // Check for an obscure ECM-related scenario: If the phone
466 if (PhoneUtils.isPhoneInEcm(phone) && !isEmergencyNumber) {
471 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
503 // The passed-in number was an MMI code, not a regular phone number!
555 // The phone is registered, but locked. Only emergency
625 // The supplied Intent didn't contain a valid phone number.
643 // Our initial phone number was actually an MMI sequence.