Searched refs:STREAM_MUTE_CHANGED_ACTION (Results 1 – 7 of 7) sorted by relevance
52 AudioManager.STREAM_MUTE_CHANGED_ACTION,105 AudioManager.STREAM_MUTE_CHANGED_ACTION -> in toAudioManagerEvent()
74 Intent(AudioManager.STREAM_MUTE_CHANGED_ACTION).apply { in validIntent_translatedToEvent()111 triggerIntent(Intent(AudioManager.STREAM_MUTE_CHANGED_ACTION)) in streamAudioManagerEvent_withoutAudioStream_areSkipped()
1196 filter.addAction(AudioManager.STREAM_MUTE_CHANGED_ACTION); in init()1230 } else if (action.equals(AudioManager.STREAM_MUTE_CHANGED_ACTION)) { in onReceive()
166 filter.addAction(AudioManager.STREAM_MUTE_CHANGED_ACTION); in onBootPhase()684 case AudioManager.STREAM_MUTE_CHANGED_ACTION: { in handleVolumeChange()
241 public static final String STREAM_MUTE_CHANGED_ACTION = field in AudioManager
3937 Intent intent = new Intent(AudioManager.STREAM_MUTE_CHANGED_ACTION); in broadcastMuteSetting()
24353 Landroid/media/AudioManager;->STREAM_MUTE_CHANGED_ACTION:Ljava/lang/String;