Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneUtils

373      * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
395 // PhoneUtils.placeCall().
399 int callStatus = PhoneUtils.placeCall(context,
405 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
469 number = PhoneUtils.getInitialNumber(intent);
470 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
558 if (state == PhoneUtils.isSpeakerOn(mContext)) {
567 PhoneUtils.turnOnSpeaker(mContext, state, true);
750 boolean speakerOn = PhoneUtils.isSpeakerOn(mContext);
883 boolean speakerOn = PhoneUtils.isSpeakerOn(mContext);
1231 if (PhoneUtils.hangup(mApplication.mCM) == false) {
1244 boolean isChecked = !PhoneUtils.isSpeakerOn(mContext);