Home
last modified time | relevance | path

Searched refs:streamType (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java100 public void setStreamType(int streamType) { in setStreamType() argument
101 mStreamType = streamType; in setStreamType()
/cts/tests/tests/media/src/android/media/cts/
DAudioManagerTest.java130 for (int streamType : streamTypes) { in setUp()
131 mOriginalStreamVolumes.put(streamType, mAudioManager.getStreamVolume(streamType)); in setUp()
1472 for (int streamType : PUBLIC_STREAM_TYPES) { in testGetStreamVolumeDb()
1474 final int minIndex = mAudioManager.getStreamMinVolume(streamType); in testGetStreamVolumeDb()
1475 final int maxIndex = mAudioManager.getStreamMaxVolume(streamType); in testGetStreamVolumeDb()
1476 assertTrue("Min vol index (" + minIndex + ") for stream " + streamType + " not inferior" in testGetStreamVolumeDb()
1481 float gain = mAudioManager.getStreamVolumeDb(streamType, idx, in testGetStreamVolumeDb()
1484 + streamType, prevGain <= gain); in testGetStreamVolumeDb()
DAudioTrackLatencyTest.java130 public int streamType = AudioManager.STREAM_MUSIC; field in AudioTrackLatencyTest.TestSetup
146 mTrack = new AudioTrack(streamType, sampleRate, config, format, in createTrack()
DAudioTrackTest.java2681 public MockAudioTrack(int streamType, int sampleRateInHz, int channelConfig, in MockAudioTrack() argument
2683 super(streamType, sampleRateInHz, channelConfig, audioFormat, bufferSizeInBytes, mode); in MockAudioTrack()
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
DMyDocumentsProvider.java467 for (String streamType : doc.streamTypes) { in openTypedDocument()
468 if (streamType.equals(mimeTypeFilter)) { in openTypedDocument()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java679 public void setVolumeControlStream(int streamType) { in setVolumeControlStream() argument
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowTest.java932 public void setVolumeControlStream(int streamType) { in setVolumeControlStream() argument