Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java193 public static final String KEY_DETECTION_REJECTED = "detection_rejected"; field in Utils
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java221 if (options.getBoolean(Utils.KEY_DETECTION_REJECTED, false)) { in onDetect()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java1517 options.putBoolean(Utils.KEY_DETECTION_REJECTED, true); in testHotwordDetectionService_dspDetector_onDetectFromExternalSource_rejected()
1548 options.putBoolean(Utils.KEY_DETECTION_REJECTED, true); in testHotwordDetectionService_softwareDetector_onDetectFromExternalSource_rejected()