Searched refs:ALL_STREAMS (Results 1 – 2 of 2) sorted by relevance
105 for (int stream : ShadowAudioManager.ALL_STREAMS) { in getStreamMaxVolume_shouldReturnMaxVolume()131 for (int stream : ShadowAudioManager.ALL_STREAMS) { in setStreamVolume_shouldSetVolume()140 for (int stream : ShadowAudioManager.ALL_STREAMS) { in setStreamVolume_shouldSetVolume()153 for (int stream : ShadowAudioManager.ALL_STREAMS) { in setStreamMaxVolume_shouldSetMaxVolumeForAllStreams()162 for (int stream : ShadowAudioManager.ALL_STREAMS) { in setStreamVolume_shouldSetVolumeForAllStreams()171 for (int stream : ShadowAudioManager.ALL_STREAMS) { in setStreamVolume_shouldNotAllowNegativeValues()180 for (int stream : ShadowAudioManager.ALL_STREAMS) { in setStreamVolume_shouldNotExceedMaxVolume()
28 public static final int[] ALL_STREAMS = { field in ShadowAudioManager54 for (int stream : ALL_STREAMS) { in ShadowAudioManager()