Searched refs:STREAM_MUTE_CHANGED_ACTION (Results 1 – 4 of 4) sorted by relevance
145 filter.addAction(AudioManager.STREAM_MUTE_CHANGED_ACTION); in onBootPhase()521 case AudioManager.STREAM_MUTE_CHANGED_ACTION: { in handleVolumeChange()
998 filter.addAction(AudioManager.STREAM_MUTE_CHANGED_ACTION); in init()1044 } else if (action.equals(AudioManager.STREAM_MUTE_CHANGED_ACTION)) { in onReceive()
197 public static final String STREAM_MUTE_CHANGED_ACTION = field in AudioManager
4860 Intent intent = new Intent(AudioManager.STREAM_MUTE_CHANGED_ACTION); in mute()