Searched refs:STREAM_NAMES (Results 1 – 3 of 3) sorted by relevance
73 public static final String[] STREAM_NAMES = new String[] { field in AudioSystem778 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()
950 pw.println("- " + AudioSystem.STREAM_NAMES[i] + ":"); in dumpStreamStates()5902 for (int i = 0; i < AudioSystem.STREAM_NAMES.length; i++) { in dumpRingerModeStreams()5906 pw.print(AudioSystem.STREAM_NAMES[i]); in dumpRingerModeStreams()