Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DAlwaysOnHotwordDetectorNoHdsTest.java78 private static final int WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS = 750; field in AlwaysOnHotwordDetectorNoHdsTest
185 SystemClock.sleep(WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS); in ifExemptionEnabled_startRecognition_noRecordOpsNoted()
199 SystemClock.sleep(WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS); in ifExemptionDisabled_startRecognition_RecordOpsNoted()
DAlwaysOnHotwordDetectorTest.java105 private static final int WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS = 750; field in AlwaysOnHotwordDetectorTest
746 WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS, in testStartRecognitionDuringContention_succeedsPausesThenResumes()
793 WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS, in testStartRecognitionDuringBatterySaver_succeedsPausesThenResumes()
837 WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS, in testStartRecognitionFail_leavesModelUnrequested()
844 WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS, in testStartRecognitionFail_leavesModelUnrequested()
1055 WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS, in testRecognitionNotRequested_afterResumeFailed()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DCtsBasicVoiceInteractionService.java24 import static android.voiceinteraction.cts.testcore.Helper.WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS;
1049 boolean result = mOnRecognitionPausedLatch.await(WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS,
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java75 public static final long WAIT_EXPECTED_NO_CALL_TIMEOUT_IN_MS = 3_000; field in Helper