Searched refs:STREAM_NAMES (Results 1 – 7 of 7) sorted by relevance
166 return AudioSystem.STREAM_NAMES[stream]; in streamName()
585 ? AudioSystem.STREAM_NAMES[mStreamType] in eventToString()610 ? AudioSystem.STREAM_NAMES[mStreamType] in eventToString()
709 + AudioSystem.STREAM_NAMES[stream] + "(" + stream + ")"); in dump()
2215 .append(AudioSystem.STREAM_NAMES[mStreamVolumeAlias[i]]) in dumpStreamStates()2218 pw.println("- " + AudioSystem.STREAM_NAMES[i] + alias + ":"); in dumpStreamStates()11179 for (int i = 0; i < AudioSystem.STREAM_NAMES.length; i++) { in dumpRingerModeStreams()11183 pw.print(AudioSystem.STREAM_NAMES[i]); in dumpRingerModeStreams()
156 public static final String[] STREAM_NAMES = new String[] { field in AudioSystem1668 Log.i(TAG, "setStreamVolumeIndex: " + STREAM_NAMES[stream] in setStreamVolumeIndexAS()2443 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()
24893 Landroid/media/AudioSystem;->STREAM_NAMES:[Ljava/lang/String;