Searched refs:getSandboxedDetectionServiceInitializedResult (Results 1 – 11 of 11) sorted by relevance
286 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()
362 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createSoftwareHotwordDetector()380 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createAlwaysOnHotwordDetector()
389 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createAlwaysOnHotwordDetector()409 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createSoftwareHotwordDetector()
346 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createVisualQueryDetector()418 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createAlwaysOnHotwordDetector()
125 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testHotwordDetectionService_hasCaptureAudioOutputPermission()
117 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testVisualQueryDetector_startStopRecognitionSuccess()
222 assertThat(getService().getSandboxedDetectionServiceInitializedResult()) in testCreateAlwaysOnHotwordDetector_noSTModule_stateUnavailableWhenChangeIdDisabled()
460 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testCreateAlwaysOnHotwordDetector()540 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in testCreateHotwordDetector()
859 assertThat(mService.getSandboxedDetectionServiceInitializedResult()).isEqualTo( in createVisualQueryDetector()
181 assertThat(getService().getSandboxedDetectionServiceInitializedResult()) in createAndEnrollAlwaysOnHotwordDetector()
503 public int getSandboxedDetectionServiceInitializedResult() { in getSandboxedDetectionServiceInitializedResult() method in BaseVoiceInteractionService