Searched refs:getMute (Results 1 – 4 of 4) sorted by relevance
151 muteIndicatorOn = PhoneUtils.getMute(mPhone); in update()155 muteIndicatorOn = PhoneUtils.getMute(mPhone); in update()
718 return Boolean.valueOf(getMute (phone)); in restoreMuteState()1807 static boolean getMute(Phone phone) { in getMute() method in PhoneUtils1816 return phone.getMute(); in getMute()1924 if (getMute(phone)) { in handleHeadsetHook()
475 if ((mPhone.getState() == Phone.State.OFFHOOK) && mPhone.getMute()) { in updateMuteNotification()
1577 PhoneUtils.setMute(mPhone, !PhoneUtils.getMute(mPhone)); in onKeyDown()3063 boolean newMuteState = !PhoneUtils.getMute(mPhone); in onMuteClick()