Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java73 public static final HotwordDetectedResult DETECTED_RESULT_AFTER_STOP_DETECTION = field in MainHotwordDetectionService
352 callback.onDetected(DETECTED_RESULT_AFTER_STOP_DETECTION); in onDetect()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java128 public static final HotwordDetectedResult DETECTED_RESULT_AFTER_STOP_DETECTION = field in Helper
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java1640 Helper.verifyDetectedResult(detectResult, Helper.DETECTED_RESULT_AFTER_STOP_DETECTION); in testHotwordDetectionService_onStopDetection()