Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java1389 HotwordRejectedResult rejectedResult = in testHotwordDetectionService_onDetectFromDsp_rejection() local
1392 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in testHotwordDetectionService_onDetectFromDsp_rejection()
1525 HotwordRejectedResult rejectedResult = in testHotwordDetectionService_dspDetector_onDetectFromExternalSource_rejected() local
1528 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in testHotwordDetectionService_dspDetector_onDetectFromExternalSource_rejected()
1556 HotwordRejectedResult rejectedResult = in testHotwordDetectionService_softwareDetector_onDetectFromExternalSource_rejected() local
1559 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in testHotwordDetectionService_softwareDetector_onDetectFromExternalSource_rejected()
1935 HotwordRejectedResult rejectedResult = in testHotwordDetectionService_dspDetector_onRejectedTwice_clientOnlyOneOnRejected() local
1938 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in testHotwordDetectionService_dspDetector_onRejectedTwice_clientOnlyOneOnRejected()
1988 HotwordRejectedResult rejectedResult = in testHotwordDetectionService_dspDetector_duringOnDetect_serviceRestart() local
1991 assertThat(rejectedResult).isNotNull(); in testHotwordDetectionService_dspDetector_duringOnDetect_serviceRestart()
DVoiceInteractionServiceTest.java625 HotwordRejectedResult rejectedResult = in verifyDetectFromDspRejected() local
628 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in verifyDetectFromDspRejected()