Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainWearableSensingService.java181 options.putBoolean(Utils.KEY_ACCEPT_DETECTION, true); in sendNonHotwordAudioWithAcceptDetectionOptions()
DMainHotwordDetectionService.java226 if (options.getBoolean(Utils.KEY_ACCEPT_DETECTION, false)) { in onDetect()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java199 public static final String KEY_ACCEPT_DETECTION = "accept_detection"; field in Utils