Home | History | Annotate | Download | only in phone

Lines Matching refs:PhoneUtils

374      * @return PhoneUtils.CALL_STATUS_DIALED if we successfully
396 // PhoneUtils.placeCall().
400 int callStatus = PhoneUtils.placeCall(context,
406 if (callStatus == PhoneUtils.CALL_STATUS_DIALED) {
470 number = PhoneUtils.getInitialNumber(intent);
471 } catch (PhoneUtils.VoiceMailNumberMissingException ex) {
559 if (state == PhoneUtils.isSpeakerOn(mContext)) {
568 PhoneUtils.turnOnSpeaker(mContext, state, true);
751 boolean speakerOn = PhoneUtils.isSpeakerOn(mContext);
884 boolean speakerOn = PhoneUtils.isSpeakerOn(mContext);
1232 if (PhoneUtils.hangup(mApplication.mCM) == false) {
1245 boolean isChecked = !PhoneUtils.isSpeakerOn(mContext);