Home
last modified time | relevance | path

Searched refs:STREAMS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java112 static final ArrayMap<Integer, Integer> STREAMS = new ArrayMap<>(); field in VolumeDialogControllerImpl
114 STREAMS.put(AudioSystem.STREAM_ALARM, R.string.stream_alarm); in STREAMS.put()
115 STREAMS.put(AudioSystem.STREAM_BLUETOOTH_SCO, R.string.stream_bluetooth_sco); in STREAMS.put()
116 STREAMS.put(AudioSystem.STREAM_DTMF, R.string.stream_dtmf); in STREAMS.put()
117 STREAMS.put(AudioSystem.STREAM_MUSIC, R.string.stream_music); in STREAMS.put()
118 STREAMS.put(AudioSystem.STREAM_ACCESSIBILITY, R.string.stream_accessibility); in STREAMS.put()
119 STREAMS.put(AudioSystem.STREAM_NOTIFICATION, R.string.stream_notification); in STREAMS.put()
120 STREAMS.put(AudioSystem.STREAM_RING, R.string.stream_ring); in STREAMS.put()
121 STREAMS.put(AudioSystem.STREAM_SYSTEM, R.string.stream_system); in STREAMS.put()
122 STREAMS.put(AudioSystem.STREAM_SYSTEM_ENFORCED, R.string.stream_system_enforced); in STREAMS.put()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java26 import static com.android.systemui.volume.VolumeDialogControllerImpl.STREAMS;
255 ss.name = STREAMS.get(i); in createShellState()