Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneUtils

426      * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
447 // PhoneUtils.placeCall().
451 int callStatus = PhoneUtils.placeCall(context,
458 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
523 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
610 if (state == PhoneUtils.isSpeakerOn(mContext)) {
619 PhoneUtils.turnOnSpeaker(mContext, state, true);
802 boolean speakerOn = PhoneUtils.isSpeakerOn(mContext);
941 boolean speakerOn = PhoneUtils.isSpeakerOn(mContext);
1285 if (PhoneUtils.hangup(mApplication.mCM) == false) {
1298 boolean isChecked = !PhoneUtils.isSpeakerOn(mContext);