Home
last modified time | relevance | path

Searched refs:MSG_PERSIST_MASTER_VOLUME_MUTE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java205 private static final int MSG_PERSIST_MASTER_VOLUME_MUTE = 11; field in AudioService
1784 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, mute ? 1 in setMasterMuteInternal()
1795 sendMsg(mAudioHandler, MSG_PERSIST_MASTER_VOLUME_MUTE, SENDMSG_REPLACE, mute ? 1 in setMasterMuteInternal()
4352 case MSG_PERSIST_MASTER_VOLUME_MUTE: in handleMessage()