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

  /packages/apps/Phone/src/com/android/phone/
CallCard.java 262 if (!PhoneUtils.isLandscape(this.getContext())) {
346 // if (DBG) PhoneUtils.dumpCallManager();
524 if (PhoneUtils.isConferenceCall(call)) {
547 CallerInfo info = PhoneUtils.getCallerInfo(getContext(), null /* conn */);
558 if (o instanceof PhoneUtils.CallerInfoToken) {
560 ((PhoneUtils.CallerInfoToken) o).currentInfo);
572 if (obj instanceof PhoneUtils.CallerInfoToken) {
573 info = ((PhoneUtils.CallerInfoToken) o).currentInfo;
594 PhoneUtils.CallerInfoToken info =
595 PhoneUtils.startGetCallerInfo(getContext(), conn, this, call)
    [all...]
OutgoingCallBroadcaster.java 281 PhoneUtils.checkAndCopyPhoneProviderExtras(intent, newIntent);
533 PhoneUtils.sendEmptyFlash(PhoneGlobals.getPhone());
599 PhoneUtils.checkAndCopyPhoneProviderExtras(intent, broadcastIntent);
    [all...]
Ringer.java 230 PhoneUtils.setAudioMode();
326 PhoneUtils.setAudioMode();
InCallScreen.java 325 // a system dialog in PhoneUtils.displayMMIComplete(), we
718 PhoneUtils.restoreMuteState();
745 mMmiStartedDialog = PhoneUtils.displayMMIInitiate(this, mmiCode,
    [all...]
PhoneInterfaceManager.java 156 hungUp = PhoneUtils.hangupRingingAndActive(mPhone);
159 hungUp = PhoneUtils.hangup(mCM);
359 * from PhoneUtils.answerCall() or PhoneUtils.answerAndEndActive().)
375 PhoneUtils.answerAndEndActive(mCM, mCM.getFirstActiveRingingCall());
380 PhoneUtils.answerCall(mCM.getFirstActiveRingingCall());
CallNotifier.java 107 // PhoneUtils.hangupRingingCall() that means the user deliberately rejected
396 PhoneUtils.hangupRingingCall(ringing);
416 // if (DBG) PhoneUtils.dumpCallState(mPhone);
449 if (PhoneUtils.isRealIncomingCall(state)) {
505 if (PhoneUtils.isPhoneInEcm(phone)) {
572 PhoneUtils.CallerInfoToken cit = PhoneUtils.startGetCallerInfo(
    [all...]
PhoneUtils.java 78 public class PhoneUtils {
79 private static final String LOG_TAG = "PhoneUtils";
235 private PhoneUtils() {
625 PhoneUtils.isRoutableViaGateway(number)) { // Filter out MMI, OTA and other codes.
    [all...]
OtaUtils.java 430 * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
451 // PhoneUtils.placeCall().
455 int callStatus = PhoneUtils.placeCall(context,
462 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
526 number = PhoneUtils.getInitialNumber(intent);
527 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
614 if (state == PhoneUtils.isSpeakerOn(mContext)) {
623 PhoneUtils.turnOnSpeaker(mContext, state, true);
    [all...]
PhoneGlobals.java 260 * OUTSIDE of user interaction {@link PhoneUtils#startNewCall(Phone)}
330 PhoneUtils.cancelMmiCode(phone);
344 PhoneUtils.restoreSpeakerMode(getApplicationContext());
348 PhoneUtils.turnOnSpeaker(getApplicationContext(), false, false);
396 PhoneUtils.turnOnSpeaker(getApplicationContext(), inDockMode, true);
548 // register connection tracking to PhoneUtils
549 PhoneUtils.initializeConnectionHandler(mCM);
598 PhoneUtils.setAudioMode(mCM);
    [all...]

Completed in 83 milliseconds