Searched refs:dataPresent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioPlaybackCaptureTest.java | 223 boolean dataPresent) throws Exception { in testPlaybackCapture() argument 242 if (dataPresent) { in testPlaybackCapture() 259 boolean dataPresent) throws Exception { in testPlaybackCapture() argument 261 testPlaybackCapture(ALLOW_CAPTURE_BY_ALL, playbackUsage, dataPresent); in testPlaybackCapture() 263 testPlaybackCapture(ALLOW_CAPTURE_BY_SYSTEM, playbackUsage, dataPresent); in testPlaybackCapture() 264 testPlaybackCapture(ALLOW_CAPTURE_BY_NONE, playbackUsage, dataPresent); in testPlaybackCapture() 268 testPlaybackCapture(ALLOW_CAPTURE_BY_ALL, playbackUsage, dataPresent); in testPlaybackCapture() 270 testPlaybackCapture(ALLOW_CAPTURE_BY_ALL, playbackUsage, dataPresent); in testPlaybackCapture()
|