Searched refs:STREAM_MUTE_CHANGED_ACTION (Results 1 – 3 of 3) sorted by relevance
810 filter.addAction(AudioManager.STREAM_MUTE_CHANGED_ACTION); in init()854 } else if (action.equals(AudioManager.STREAM_MUTE_CHANGED_ACTION)) { in onReceive()
148 filter.addAction(AudioManager.STREAM_MUTE_CHANGED_ACTION); in onBootPhase()524 case AudioManager.STREAM_MUTE_CHANGED_ACTION: { in handleVolumeChange()
170 public static final String STREAM_MUTE_CHANGED_ACTION = field in AudioManager