Home
last modified time | relevance | path

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

/cts/tests/tests/soundtrigger/src/android/soundtrigger/cts/
DSoundTriggerManagerTest.java226 var detectedFuture = listenForDetection(); in testStartRecognitionSucceeds_whenHoldingPermissions() local
236 waitForFutureDoneAndAssertSuccessful(detectedFuture); in testStartRecognitionSucceeds_whenHoldingPermissions()
252 var detectedFuture = listenForDetection(); in testRecognitionEvent_notesAppOps() local
276 waitForFutureDoneAndAssertSuccessful(detectedFuture); in testRecognitionEvent_notesAppOps()
334 var detectedFuture = listenForDetection(); in testStartTriggerStopRecognitionRace_doesNotFail() local
352 if (detectedFuture.isDone()) { in testStartTriggerStopRecognitionRace_doesNotFail()
353 detectedFuture = listenForDetection(); in testStartTriggerStopRecognitionRace_doesNotFail()
358 waitForFutureDoneAndAssertSuccessful(detectedFuture); in testStartTriggerStopRecognitionRace_doesNotFail()