Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneUtils

105     // PhoneUtils.hangupRingingCall() that means the user deliberately rejected
386 PhoneUtils.hangupRingingCall(ringing);
406 // if (DBG) PhoneUtils.dumpCallState(mPhone);
485 if (PhoneUtils.isPhoneInEcm(phone)) {
551 PhoneUtils.CallerInfoToken cit = PhoneUtils.startGetCallerInfo(
657 if (PhoneUtils.isRealIncomingCall(c.getState())) {
724 PhoneUtils.setAudioMode(mCM);
729 // PhoneUtils.answerCall(), before the call to phone.acceptCall().)
830 PhoneUtils.hangupRingingCall(ringingCall);
874 PhoneUtils.hangupRingingCall(mCM.getFirstActiveRingingCall());
942 if (PhoneUtils.isRealIncomingCall(ringingCall.getState())) {
1098 PhoneUtils.placeCall(mApplication, phone, number, null, false);
1099 if (status != PhoneUtils.CALL_STATUS_FAILED) {
1124 PhoneUtils.turnOnSpeaker(mApplication, false, true);
1126 PhoneUtils.setAudioMode(mCM);
1526 if (PhoneUtils.isRealIncomingCall(mCM.getFirstActiveRingingCall().getState())) {
1657 PhoneUtils.hangup(c);
1694 PhoneUtils.CallerInfoToken info =
1695 PhoneUtils.startGetCallerInfo(mApplication, c, this, Long.valueOf(date));
1715 number = PhoneUtils.modifyForSpecialCnapCases(mApplication,
1836 boolean muteState = PhoneUtils.getMute();
1837 PhoneUtils.setMute(!muteState);
1838 PhoneUtils.setMute(muteState);