Home
last modified time | relevance | path

Searched refs:KEY_TEST_SCENARIO (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java390 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
402 } else if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
407 } else if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
426 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
440 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
446 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
452 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
466 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
472 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
DMainVisualQueryDetectionService.java190 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java270 persistableBundle.putInt(Utils.KEY_TEST_SCENARIO, in testHotwordDetectionService_createDspDetector_sendOverMaxResult_getException()
300 persistableBundle.putInt(Utils.KEY_TEST_SCENARIO, in testHotwordDetectionService_createSoftwareDetector_sendOverMaxResult_getException()
331 persistableBundle.putInt(Utils.KEY_TEST_SCENARIO, in testHotwordDetectionService_createDspDetector_customResult_getCustomStatus()
359 persistableBundle.putInt(Utils.KEY_TEST_SCENARIO, in testHotwordDetectionService_createSoftwareDetector_customResult_getCustomStatus()
509 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionService_processDied_triggerOnError()
540 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionService_processDied_triggerOnFailure()
576 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionService_softwareDetector_processDied_triggerOnFailure()
834 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionService_createDetectorTwiceQuickly_triggerSuccess()
867 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionServiceDspWithAudioEgress()
915 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionService_softwareDetectorWithAudioEgress()
[all …]
DHotwordDetectionServiceMultipleDetectorTest.java201 options.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionServiceMultipleDetectors_detectHotwordDSPThenVisualQuery()
250 options.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionServiceMultipleDetectors_detectVisualQueryThenHotwordDSP()
303 options.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionServiceMultipleDetectors_restart_detectVisualQueryThenHotword()
DHotwordDetectionServiceStressTest.java277 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionService_onDetectFromMic_success()
317 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testMultipleDetectors_onDetectFromDspAndMic_success()
DAlwaysOnHotwordDetectorTest.java1175 options.putInt(Helper.KEY_TEST_SCENARIO, in testDestroy_destroyAndRecreateCreatesNewHotwordDetectionService()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java191 public static final String KEY_TEST_SCENARIO = "testScenario"; field in Utils
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DHelper.java112 public static final String KEY_TEST_SCENARIO = "testScenario"; field in Helper