Home
last modified time | relevance | path

Searched refs:getSandboxedDetectionServiceInitializedResult (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceBasicTest.java286 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_createDspDetector_sendOverMaxResult_getException()
316 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_createSoftwareDetector_sendOverMaxResult_getException()
344 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_createDspDetector_customResult_getCustomStatus()
372 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_createSoftwareDetector_customResult_getCustomStatus()
392 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_validHotwordDetectionComponentName_triggerSuccess()
1783 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_dspDetector_serviceScheduleRestarted()
1815 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_softwareDetector_serviceScheduleRestarted()
2091 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createSoftwareHotwordDetector()
2116 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createAlwaysOnHotwordDetector()
2150 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createAlwaysOnHotwordDetectorWithSoundTriggerInjection()
DHotwordDetectionServiceProximityTest.java362 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createSoftwareHotwordDetector()
380 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createAlwaysOnHotwordDetector()
DHotwordDetectionServiceStressTest.java389 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createAlwaysOnHotwordDetector()
409 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createSoftwareHotwordDetector()
DHotwordDetectionServiceMultipleDetectorTest.java346 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createVisualQueryDetector()
418 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createAlwaysOnHotwordDetector()
DHotwordDetectionServicePermissionTest.java125 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_hasCaptureAudioOutputPermission()
DVisualQueryDetectorTest.java117 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testVisualQueryDetector_startStopRecognitionSuccess()
DAlwaysOnHotwordDetectorNoDspTest.java222 assertThat(getService().getSandboxedDetectionServiceInitializedResult()) in testCreateAlwaysOnHotwordDetector_noSTModule_stateUnavailableWhenChangeIdDisabled()
DVoiceInteractionServiceTest.java460 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testCreateAlwaysOnHotwordDetector()
540 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testCreateHotwordDetector()
DVisualQueryDetectionServiceBasicTest.java859 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createVisualQueryDetector()
DAlwaysOnHotwordDetectorTest.java181 assertThat(getService().getSandboxedDetectionServiceInitializedResult()) in createAndEnrollAlwaysOnHotwordDetector()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
DBaseVoiceInteractionService.java503 public int getSandboxedDetectionServiceInitializedResult() { in getSandboxedDetectionServiceInitializedResult() method in BaseVoiceInteractionService