Searched refs:createFakeSharedMemoryData (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | VisualQueryDetectionServiceBasicTest.java | 220 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_testCameraOpen() 251 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_noQuery() 280 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_attentionQueryFinishedLeave() 316 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_audioVisualAttentionQueryStream() 351 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_AccessibilityAttentionQueryStream() 391 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_enableA11ySettingStreamSuccess() 431 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_disableA11ySettingStreamFailure() 464 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_attentionQueryRejectedLeave() 498 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_attentionDoubleQueryFinishedLeave() 534 visualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testVisualQueryDetectionService_startRecogintion_multipleQueryStreamFinish() [all …]
|
D | HotwordDetectionServiceMultipleDetectorTest.java | 206 finalVisualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_detectHotwordDSPThenVisualQuery() 209 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_detectHotwordDSPThenVisualQuery() 257 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_detectVisualQueryThenHotwordDSP() 258 finalVisualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_detectVisualQueryThenHotwordDSP() 310 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_restart_detectVisualQueryThenHotword() 311 finalVisualQueryDetector.updateState(options, Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceMultipleDetectors_restart_detectVisualQueryThenHotword()
|
D | HotwordDetectionServiceBasicTest.java | 513 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_processDied_triggerOnError() 544 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_processDied_triggerOnFailure() 580 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_softwareDetector_processDied_triggerOnFailure() 612 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_onDetectFromDspTimeout_triggerOnFailure() 838 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_createDetectorTwiceQuickly_triggerSuccess() 871 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceDspWithAudioEgress() 919 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_softwareDetectorWithAudioEgress() 957 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_onDetectFromExternalSourceWithAudioEgress() 1191 persistableBundle, Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_closePipeInWearableHotwordResult_notifiesWearable() 1228 Helper.createFakeSharedMemoryData()); in testHotwordDetectionServiceDspWithAudioEgressWrongCopyBufferSize() [all …]
|
D | AlwaysOnHotwordDetectorNoDspTest.java | 188 Helper.createFakeSharedMemoryData(), in testCreateAlwaysOnHotwordDetector_noSTModule_throwsExceptionWhenChangeIdEnabled() 214 Helper.createFakeSharedMemoryData(), in testCreateAlwaysOnHotwordDetector_noSTModule_stateUnavailableWhenChangeIdDisabled()
|
D | HotwordDetectionServiceStressTest.java | 288 Helper.createFakeSharedMemoryData()); in testHotwordDetectionService_onDetectFromMic_success() 328 Helper.createFakeSharedMemoryData()); in testMultipleDetectors_onDetectFromDspAndMic_success()
|
D | VoiceInteractionServiceTest.java | 643 Helper.createFakeSharedMemoryData()); in verifyDetectFromDspError()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/ |
D | BaseVoiceInteractionService.java | 613 Helper.createFakeSharedMemoryData(), in callCreateAlwaysOnHotwordDetector() 620 Helper.createFakeSharedMemoryData(), in callCreateAlwaysOnHotwordDetector() 653 Helper.createFakeSharedMemoryData(), getDetectorCallbackExecutor(), in callCreateSoftwareHotwordDetector() 658 Helper.createFakeSharedMemoryData(), callback); in callCreateSoftwareHotwordDetector() 678 Helper.createFakeSharedMemoryData(), Executors.newSingleThreadExecutor(), in callCreateVisualQueryDetector()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/ |
D | Helper.java | 146 public static SharedMemory createFakeSharedMemoryData() { in createFakeSharedMemoryData() method in Helper
|