Searched refs:VOLUME_CHANGED_ACTION (Results 1 – 6 of 6) sorted by relevance
355 final IntentFilter filter = new IntentFilter(AudioManager.VOLUME_CHANGED_ACTION); in setListening()366 if (AudioManager.VOLUME_CHANGED_ACTION.equals(action)) { in onReceive()
125 new IntentFilter(VolumeChangeReceiver.VOLUME_CHANGED_ACTION)); in LegacyImpl()179 public static final String VOLUME_CHANGED_ACTION = field in SystemMediaRouteProvider.LegacyImpl.VolumeChangeReceiver188 if (intent.getAction().equals(VOLUME_CHANGED_ACTION)) { in onReceive()
146 filter.addAction(AudioManager.VOLUME_CHANGED_ACTION); in onBootPhase()519 if (action.equals(AudioManager.VOLUME_CHANGED_ACTION)) { in handleVolumeChange()
147 new IntentFilter(AudioManager.VOLUME_CHANGED_ACTION)); in startMonitoringRoutes()2849 if (intent.getAction().equals(AudioManager.VOLUME_CHANGED_ACTION)) { in onReceive()
138 public static final String VOLUME_CHANGED_ACTION = "android.media.VOLUME_CHANGED_ACTION"; field in AudioManager
1435 Intent intent = new Intent(AudioManager.VOLUME_CHANGED_ACTION); in sendVolumeUpdate()