Searched refs:STREAM_NAMES (Results 1 – 5 of 5) sorted by relevance
166 return AudioSystem.STREAM_NAMES[stream]; in streamName()
151 public static final String[] STREAM_NAMES = new String[] { field in AudioSystem1485 Log.i(TAG, "setStreamVolumeIndex: " + STREAM_NAMES[stream] in setStreamVolumeIndexAS()2103 if (stream >= 0 && stream < STREAM_NAMES.length) return STREAM_NAMES[stream]; in streamToString()
258 final String[] STREAM_NAMES = { "STREAM_ALARM", "STREAM_BLUETOOTH_SCO", "STREAM_MUSIC", in testConstructorStreamType() local274 + STREAM_NAMES[i] + ": "+ iae); in testConstructorStreamType()282 … "[ testConstructorStreamType ] failed for stream type "+STREAM_NAMES[i]); in testConstructorStreamType()
1824 pw.println("- " + AudioSystem.STREAM_NAMES[i] + ":"); in dumpStreamStates()9003 for (int i = 0; i < AudioSystem.STREAM_NAMES.length; i++) { in dumpRingerModeStreams()9007 pw.print(AudioSystem.STREAM_NAMES[i]); in dumpRingerModeStreams()
27771 Landroid/media/AudioSystem;->STREAM_NAMES:[Ljava/lang/String;