Home | History | Annotate | Download | only in phone

Lines Matching defs:PhoneUtils

399      * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
420 // PhoneUtils.placeCall().
424 int callStatus = PhoneUtils.placeCall(context,
431 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
496 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
583 if (state == PhoneUtils.isSpeakerOn(mContext)) {
592 PhoneUtils.turnOnSpeaker(mContext, state, true);
766 boolean speakerOn = PhoneUtils.isSpeakerOn(mContext);
905 boolean speakerOn = PhoneUtils.isSpeakerOn(mContext);
1249 if (PhoneUtils.hangup(mApplication.mCM) == false) {
1262 boolean isChecked = !PhoneUtils.isSpeakerOn(mContext);