Searched defs:StreamResources (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java170 private enum StreamResources { enum in class:VolumePanel
220 StreamResources(int streamType, int descRes, int iconRes, int iconMuteRes, boolean show) { method in class:VolumePanel.StreamResources
230 private static final StreamResources[] STREAMS = {
231 StreamResources.BluetoothSCOStream,
232 StreamResources.RingerStream,
233 StreamResources.VoiceStream,
234 StreamResources.MediaStream,
235 StreamResources.NotificationStream,
236 StreamResources.AlarmStream,
237 StreamResources
[all...]

Completed in 91 milliseconds