Searched refs:isCreateDetectorIllegalStateExceptionThrow (Results 1 – 10 of 10) sorted by relevance
85 assertThat(service.isCreateDetectorIllegalStateExceptionThrow()).isTrue(); in testHotwordDetectionService_noHotwordDetectionComponentName_triggerFailure()104 assertThat(service.isCreateDetectorIllegalStateExceptionThrow()).isTrue(); in testVisualQueryDetectionService_noVisualQueryDetectionComponentName_triggerFailure()
86 assertThat(mService.isCreateDetectorIllegalStateExceptionThrow()).isTrue(); in testHotwordDetectionService_noIsolatedTags_triggerFailure()
88 assertThat(service.isCreateDetectorIllegalStateExceptionThrow()).isTrue(); in testHotwordDetectionService_noIsolatedTags_triggerFailure()
88 assertThat(service.isCreateDetectorIllegalStateExceptionThrow()).isTrue(); in testVisualQueryDetectionService_noIsolatedTags_triggerFailure()
256 assertThat(getService().isCreateDetectorIllegalStateExceptionThrow()).isFalse(); in createAndEnrollAlwaysOnHotwordDetector()
183 assertThat(mService.isCreateDetectorIllegalStateExceptionThrow()).isTrue(); in testVoiceInteractionService_disallowCreateVisualQueryDetectorTwice()
472 assertThat(mService.isCreateDetectorIllegalStateExceptionThrow()).isTrue(); in testVoiceInteractionService_disallowCreateAlwaysOnHotwordDetectorTwice()493 assertThat(mService.isCreateDetectorIllegalStateExceptionThrow()).isTrue(); in testVoiceInteractionService_disallowCreateSoftwareHotwordDetectorTwice()
177 assertThat(getService().isCreateDetectorIllegalStateExceptionThrow()).isFalse(); in createAndEnrollAlwaysOnHotwordDetector()
380 public boolean isCreateDetectorIllegalStateExceptionThrow() { in isCreateDetectorIllegalStateExceptionThrow() method in BaseVoiceInteractionService