Lines Matching refs:phone
17 package com.android.phone;
23 import com.android.phone.CallGatewayManager.RawGatewayInfo;
24 import com.android.phone.Constants.CallStatusCode;
232 Phone phone = mApp.mCM.getDefaultPhone(); in placeCall() local
233 if (TelephonyCapabilities.supportsOtasp(phone)) { in placeCall()
289 Phone phone = null; in placeCallInternal() local
317 phone = PhoneUtils.pickPhoneBasedOnNumber(mCM, scheme, number, sipPhoneUri, in placeCallInternal()
319 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass()); in placeCallInternal()
323 phone.getServiceState().getState()); in placeCallInternal()
437 phone, in placeCallInternal()
466 if (PhoneUtils.isPhoneInEcm(phone) && !isEmergencyNumber) { in placeCallInternal()
471 if (phone.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) { in placeCallInternal()