Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java83 public static final HotwordRejectedResult REJECTED_RESULT = field in MainHotwordDetectionService
195 callback.onRejected(REJECTED_RESULT); in onDetect()
198 callback.onRejected(REJECTED_RESULT); in onDetect()
223 callback.onRejected(REJECTED_RESULT); in onDetect()
296 callback.onRejected(REJECTED_RESULT); in onDetect()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java1392 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in testHotwordDetectionService_onDetectFromDsp_rejection()
1528 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in testHotwordDetectionService_dspDetector_onDetectFromExternalSource_rejected()
1559 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in testHotwordDetectionService_softwareDetector_onDetectFromExternalSource_rejected()
1938 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in testHotwordDetectionService_dspDetector_onRejectedTwice_clientOnlyOneOnRejected()
DVoiceInteractionServiceTest.java628 assertThat(rejectedResult).isEqualTo(Helper.REJECTED_RESULT); in verifyDetectFromDspRejected()
DAlwaysOnHotwordDetectorTest.java949 assertThat(rejectResult).isEqualTo(Helper.REJECTED_RESULT); in testOnRejected_noAppOpsNoted()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java138 public static final HotwordRejectedResult REJECTED_RESULT = field in Helper