Searched refs:KEY_TEST_SCENARIO (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainHotwordDetectionService.java | 390 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()
|
D | MainVisualQueryDetectionService.java | 190 if (options.getInt(Utils.KEY_TEST_SCENARIO, -1) in onUpdateState()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | HotwordDetectionServiceBasicTest.java | 270 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 …]
|
D | HotwordDetectionServiceMultipleDetectorTest.java | 201 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()
|
D | HotwordDetectionServiceStressTest.java | 277 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testHotwordDetectionService_onDetectFromMic_success() 317 persistableBundle.putInt(Helper.KEY_TEST_SCENARIO, in testMultipleDetectors_onDetectFromDspAndMic_success()
|
D | AlwaysOnHotwordDetectorTest.java | 1175 options.putInt(Helper.KEY_TEST_SCENARIO, in testDestroy_destroyAndRecreateCreatesNewHotwordDetectionService()
|
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/ |
D | Utils.java | 191 public static final String KEY_TEST_SCENARIO = "testScenario"; field in Utils
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/ |
D | Helper.java | 112 public static final String KEY_TEST_SCENARIO = "testScenario"; field in Helper
|