Searched refs:MSG_PERSIST_MASTER_VOLUME_MUTE (Results 1 – 1 of 1) sorted by relevance
205 private static final int MSG_PERSIST_MASTER_VOLUME_MUTE = 11; field in AudioService1784 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()