HomeSort by relevance Sort by last modified time
    Searched refs:PhoneUtils (Results 1 - 22 of 22) sorted by null

  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 110 manageConferenceVisible = PhoneUtils.isConferenceCall(fgCall);
120 canAddCall = PhoneUtils.okToAddCall(mCM);
131 canSwap = PhoneUtils.okToSwapCalls(mCM);
132 canMerge = PhoneUtils.okToMergeCalls(mCM);
146 speakerOn = PhoneUtils.isSpeakerOn(mInCallScreen);
157 boolean isECM = PhoneUtils.isPhoneInEcm(fgCall.getPhone());
163 muteIndicatorOn = PhoneUtils.getMute();
InCallUiState.java 356 providerLabel = PhoneUtils.getProviderLabel(mContext, intent);
357 providerIcon = PhoneUtils.getProviderIcon(mContext, intent);
358 providerGatewayUri = PhoneUtils.getProviderGatewayUri(intent);
359 providerAddress = PhoneUtils.formatProviderUri(providerGatewayUri);
CallController.java 239 // by the PhoneUtils phone state change handler.)
245 if (PhoneUtils.hasPhoneProviderExtras(intent)) {
348 number = PhoneUtils.getInitialNumber(intent);
359 phone = PhoneUtils.pickPhoneBasedOnNumber(mCM, scheme, number, sipPhoneUri);
366 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
468 // Watch out: PhoneUtils.placeCall() returns one of the
470 int callStatus = PhoneUtils.placeCall(mApp,
478 case PhoneUtils.CALL_STATUS_DIALED:
479 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
525 if (PhoneUtils.isPhoneInEcm(phone) && !isEmergencyNumber)
    [all...]
CallCard.java 340 // if (DBG) PhoneUtils.dumpCallManager();
518 if (PhoneUtils.isConferenceCall(call)) {
541 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null /* conn */);
551 if (o instanceof PhoneUtils.CallerInfoToken) {
553 ((PhoneUtils.CallerInfoToken) o).currentInfo);
565 if (obj instanceof PhoneUtils.CallerInfoToken) {
566 info = ((PhoneUtils.CallerInfoToken) o).currentInfo;
587 PhoneUtils.CallerInfoToken info =
588 PhoneUtils.startGetCallerInfo(getContext(), conn, this, call);
607 } else if (o instanceof PhoneUtils.CallerInfoToken)
    [all...]
CallNotifier.java 102 // PhoneUtils.hangupRingingCall() that means the user deliberately rejected
387 PhoneUtils.hangupRingingCall(ringing);
407 // if (DBG) PhoneUtils.dumpCallState(mPhone);
440 if (PhoneUtils.isRealIncomingCall(state)) {
496 if (PhoneUtils.isPhoneInEcm(phone)) {
563 PhoneUtils.CallerInfoToken cit = PhoneUtils.startGetCallerInfo(
    [all...]
InCallScreen.java 324 // a system dialog in PhoneUtils.displayMMIComplete(), we
    [all...]
EmergencyCallHelper.java 381 // Note we call PhoneUtils.placeCall() directly; we don't want any
389 int callStatus = PhoneUtils.placeCall(mApp,
395 if (DBG) log("- PhoneUtils.placeCall() returned status = " + callStatus);
398 // Note PhoneUtils.placeCall() returns one of the CALL_STATUS_*
401 case PhoneUtils.CALL_STATUS_DIALED:
405 case PhoneUtils.CALL_STATUS_DIALED_MMI:
406 case PhoneUtils.CALL_STATUS_FAILED:
415 if (DBG) log("==> Success from PhoneUtils.placeCall()!");
ManageConferenceUtils.java 256 PhoneUtils.CallerInfoToken info =
257 PhoneUtils.startGetCallerInfo(mInCallScreen,
288 callerName = PhoneUtils.getPresentationString(mInCallScreen, presentation);
326 PhoneUtils.hangup(connection);
342 PhoneUtils.separateCall(connection);
InCallScreenShowActivation.java 122 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
PhoneApp.java 282 * OUTSIDE of user interaction {@link PhoneUtils#startNewCall(Phone)}
352 PhoneUtils.cancelMmiCode(phone);
367 PhoneUtils.restoreSpeakerMode(getApplicationContext());
371 PhoneUtils.turnOnSpeaker(getApplicationContext(), false, false);
421 PhoneUtils.turnOnSpeaker(getApplicationContext(), inDockMode, true);
574 // register connection tracking to PhoneUtils
575 PhoneUtils.initializeConnectionHandler(mCM);
624 PhoneUtils.setAudioMode(mCM);
    [all...]
PhoneInterfaceManager.java 152 hungUp = PhoneUtils.hangupRingingAndActive(mPhone);
155 hungUp = PhoneUtils.hangup(mCM);
355 * from PhoneUtils.answerCall() or PhoneUtils.answerAndEndActive().)
371 PhoneUtils.answerAndEndActive(mCM, mCM.getFirstActiveRingingCall());
376 PhoneUtils.answerCall(mCM.getFirstActiveRingingCall());
NotificationMgr.java 468 * {@link PhoneUtils#modifyForSpecialCnapCases(Context, CallerInfo, String, int)}.
544 // PhoneUtils#modifyForSpecialCnapCases()).
696 if ((mCM.getState() == Phone.State.OFFHOOK) && PhoneUtils.getMute()) {
    [all...]
Ringer.java 227 PhoneUtils.setAudioMode();
323 PhoneUtils.setAudioMode();
OtaUtils.java 422 * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
443 // PhoneUtils.placeCall().
447 int callStatus = PhoneUtils.placeCall(context,
454 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
518 number = PhoneUtils.getInitialNumber(intent);
519 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
606 if (state == PhoneUtils.isSpeakerOn(mContext)) {
615 PhoneUtils.turnOnSpeaker(mContext, state, true);
    [all...]
OutgoingCallBroadcaster.java 279 PhoneUtils.checkAndCopyPhoneProviderExtras(intent, newIntent);
531 PhoneUtils.sendEmptyFlash(PhoneApp.getPhone());
597 PhoneUtils.checkAndCopyPhoneProviderExtras(intent, broadcastIntent);
    [all...]
SipCallOptionHandler.java 141 boolean voipSupported = PhoneUtils.isVoipSupported();
179 if (!PhoneUtils.hasPhoneProviderExtras(mIntent)) {
355 if (PhoneUtils.getSipPhoneFromUri(cm, p.getUriString()) != null) return;
BluetoothHandsfree.java     [all...]
SipBroadcastReceiver.java 50 if (!PhoneUtils.isVoipSupported()) {
PhoneUtils.java 75 public class PhoneUtils {
76 private static final String LOG_TAG = "PhoneUtils";
232 private PhoneUtils() {
614 PhoneUtils.isRoutableViaGateway(number)) { // Filter out MMI, OTA and other codes.
743 PhoneUtils.turnOnSpeaker(app, false, true);
    [all...]
DTMFTwelveKeyDialer.java 845 mShortTone = PhoneUtils.useShortDtmfTones(phone, phone.getContext());
    [all...]
CallFeaturesSetting.java     [all...]
  /packages/apps/Phone/tests/src/com/android/phone/unit/
CnapTest.java 24 import com.android.phone.PhoneUtils;
70 * Shorthand for PhoneUtils.modifyForSpecialCnapCases(mContext, mCallerInfo, ...)
73 return PhoneUtils.modifyForSpecialCnapCases(

Completed in 359 milliseconds