Searched refs:VOLUME_CHANGED_ACTION (Results 1 – 11 of 11) sorted by relevance
54 AudioManager.VOLUME_CHANGED_ACTION,107 AudioManager.VOLUME_CHANGED_ACTION -> AudioManagerEvent.StreamVolumeChanged(audioStream) in toAudioManagerEvent()
79 Intent(AudioManager.VOLUME_CHANGED_ACTION).apply { in validIntent_translatedToEvent()112 triggerIntent(Intent(AudioManager.VOLUME_CHANGED_ACTION)) in streamAudioManagerEvent_withoutAudioStream_areSkipped()
128 IntentFilter intentFilter = new IntentFilter(AudioManager.VOLUME_CHANGED_ACTION); in start()621 if (!intent.getAction().equals(AudioManager.VOLUME_CHANGED_ACTION) in onReceive()
615 final IntentFilter filter = new IntentFilter(AudioManager.VOLUME_CHANGED_ACTION); in setListening()629 if (AudioManager.VOLUME_CHANGED_ACTION.equals(action)) { in onReceive()
956 final Intent musicVolumeChanged = new Intent(AudioManager.VOLUME_CHANGED_ACTION); in testDeliveryGroupPolicy_mostRecent()965 final Intent alarmVolumeChanged = new Intent(AudioManager.VOLUME_CHANGED_ACTION); in testDeliveryGroupPolicy_mostRecent()1234 final Intent musicVolumeChanged = new Intent(AudioManager.VOLUME_CHANGED_ACTION); in testDeliveryGroupPolicy_matchingFilter()1238 AudioManager.VOLUME_CHANGED_ACTION); in testDeliveryGroupPolicy_matchingFilter()1246 final Intent alarmVolumeChanged = new Intent(AudioManager.VOLUME_CHANGED_ACTION); in testDeliveryGroupPolicy_matchingFilter()1250 AudioManager.VOLUME_CHANGED_ACTION); in testDeliveryGroupPolicy_matchingFilter()
1194 filter.addAction(AudioManager.VOLUME_CHANGED_ACTION); in init()1212 if (action.equals(AudioManager.VOLUME_CHANGED_ACTION)) { in onReceive()
165 filter.addAction(AudioManager.VOLUME_CHANGED_ACTION); in onBootPhase()672 case AudioManager.VOLUME_CHANGED_ACTION: { in handleVolumeChange()
184 new IntentFilter(AudioManager.VOLUME_CHANGED_ACTION)); in startMonitoringRoutes()3164 if (intent.getAction().equals(AudioManager.VOLUME_CHANGED_ACTION)) { in onReceive()
199 public static final String VOLUME_CHANGED_ACTION = "android.media.VOLUME_CHANGED_ACTION"; field in AudioManager
8668 mVolumeChanged = new Intent(AudioManager.VOLUME_CHANGED_ACTION); in VolumeStreamState()8675 AudioManager.VOLUME_CHANGED_ACTION, String.valueOf(mStreamType)); in VolumeStreamState()
7085 field public static final String ACTION_VOLUME_CHANGED = "android.media.VOLUME_CHANGED_ACTION";