Searched refs:createFakePersistableBundleData (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
D | VisualQueryDetectionServiceBasicTest.java | 217 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_testCameraOpen() 248 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_noQuery() 277 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_attentionQueryFinishedLeave() 313 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_audioVisualAttentionQueryStream() 348 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_AccessibilityAttentionQueryStream() 388 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_enableA11ySettingStreamSuccess() 428 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_disableA11ySettingStreamFailure() 461 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_attentionQueryRejectedLeave() 495 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_attentionDoubleQueryFinishedLeave() 531 PersistableBundle options = Helper.createFakePersistableBundleData(); in testVisualQueryDetectionService_startRecogintion_multipleQueryStreamFinish() [all …]
|
D | AlwaysOnHotwordDetectorNoDspTest.java | 187 Helper.createFakePersistableBundleData(), in testCreateAlwaysOnHotwordDetector_noSTModule_throwsExceptionWhenChangeIdEnabled() 213 Helper.createFakePersistableBundleData(), in testCreateAlwaysOnHotwordDetector_noSTModule_stateUnavailableWhenChangeIdDisabled()
|
D | HotwordDetectionServiceMultipleDetectorTest.java | 199 PersistableBundle options = Helper.createFakePersistableBundleData(); in testHotwordDetectionServiceMultipleDetectors_detectHotwordDSPThenVisualQuery() 248 PersistableBundle options = Helper.createFakePersistableBundleData(); in testHotwordDetectionServiceMultipleDetectors_detectVisualQueryThenHotwordDSP() 301 PersistableBundle options = Helper.createFakePersistableBundleData(); in testHotwordDetectionServiceMultipleDetectors_restart_detectVisualQueryThenHotword()
|
D | HotwordDetectionServiceBasicTest.java | 609 PersistableBundle options = Helper.createFakePersistableBundleData(); in testHotwordDetectionService_onDetectFromDspTimeout_triggerOnFailure() 684 Helper.createFakeAudioFormat(), Helper.createFakePersistableBundleData()); in testHotwordDetectionService_onDetectFromExternalSourceSecurityException_onFailure() 709 Helper.createFakeAudioFormat(), Helper.createFakePersistableBundleData()); in testHotwordDetectionService_software_externalSourceSecurityException_onFailure() 793 Helper.createFakeAudioFormat(), Helper.createFakePersistableBundleData()); in testHotwordDetectionService_onDetectFromExternalSourceAudioBroken_onFailure() 967 Helper.createFakePersistableBundleData()); in testHotwordDetectionService_onDetectFromExternalSourceWithAudioEgress() 1327 Helper.createFakePersistableBundleData()); in testHotwordDetectionService_externalSourceWithAudioEgressWrongCopyBufferSize() 1412 PersistableBundle options = Helper.createFakePersistableBundleData(); in testHotwordDetectionService_onDetectFromDsp_timeout() 1486 Helper.createFakePersistableBundleData()); in testHotwordDetectionService_onDetectFromExternalSource_success() 1516 PersistableBundle options = Helper.createFakePersistableBundleData(); in testHotwordDetectionService_dspDetector_onDetectFromExternalSource_rejected() 1547 PersistableBundle options = Helper.createFakePersistableBundleData(); in testHotwordDetectionService_softwareDetector_onDetectFromExternalSource_rejected()
|
D | HotwordDetectionServiceProximityTest.java | 296 Helper.createFakePersistableBundleData()); in testAttentionService_onDetectFromExternalSource_doesNotReceiveProximity()
|
D | HotwordDetectionServiceStressTest.java | 243 Helper.createFakePersistableBundleData()); in testHotwordDetectionService_onDetectFromExternalSource_success()
|
D | VoiceInteractionServiceTest.java | 640 PersistableBundle options = Helper.createFakePersistableBundleData(); in verifyDetectFromDspError()
|
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/ |
D | Utils.java | 287 .setMetadata(createFakePersistableBundleData(0)) 320 .setMetadata(createFakePersistableBundleData()) in createNewHotwordAudioStream() 328 private static PersistableBundle createFakePersistableBundleData() { in createFakePersistableBundleData() method in Utils 329 return createFakePersistableBundleData(/* copyBufferSize= */ -1); in createFakePersistableBundleData() 335 private static PersistableBundle createFakePersistableBundleData(int copyBufferSize) { in createFakePersistableBundleData() method in Utils
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/ |
D | BaseVoiceInteractionService.java | 612 options != null ? options : Helper.createFakePersistableBundleData(), in callCreateAlwaysOnHotwordDetector() 619 options != null ? options : Helper.createFakePersistableBundleData(), in callCreateAlwaysOnHotwordDetector() 652 options != null ? options : Helper.createFakePersistableBundleData(), in callCreateSoftwareHotwordDetector() 657 options != null ? options : Helper.createFakePersistableBundleData(), in callCreateSoftwareHotwordDetector() 677 return createVisualQueryDetector(Helper.createFakePersistableBundleData(), in callCreateVisualQueryDetector()
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/ |
D | Helper.java | 161 public static PersistableBundle createFakePersistableBundleData() { in createFakePersistableBundleData() method in Helper
|