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.java97 static final ArrayMap<Integer, Integer> STREAMS = new ArrayMap<>(); field in VolumeDialogControllerImpl
99 STREAMS.put(AudioSystem.STREAM_ALARM, R.string.stream_alarm); in STREAMS.put()
100 STREAMS.put(AudioSystem.STREAM_BLUETOOTH_SCO, R.string.stream_bluetooth_sco); in STREAMS.put()
101 STREAMS.put(AudioSystem.STREAM_DTMF, R.string.stream_dtmf); in STREAMS.put()
102 STREAMS.put(AudioSystem.STREAM_MUSIC, R.string.stream_music); in STREAMS.put()
103 STREAMS.put(AudioSystem.STREAM_ACCESSIBILITY, R.string.stream_accessibility); in STREAMS.put()
104 STREAMS.put(AudioSystem.STREAM_NOTIFICATION, R.string.stream_notification); in STREAMS.put()
105 STREAMS.put(AudioSystem.STREAM_RING, R.string.stream_ring); in STREAMS.put()
106 STREAMS.put(AudioSystem.STREAM_SYSTEM, R.string.stream_system); in STREAMS.put()
107 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.java19 import static com.android.systemui.volume.VolumeDialogControllerImpl.STREAMS;
88 ss.name = STREAMS.get(i); in createShellState()