Searched refs:mDetector (Results 1 – 1 of 1) sorted by relevance
83 private SoundTriggerDetector mDetector = null; field in SoundTriggerManagerTest163 mDetector = in setUpDetector()209 assertThat(mDetector.startRecognition(0)).isFalse(); in testStartRecognitionFails_whenMissingRecordPermission()220 assertThat(mDetector.startRecognition(0)).isFalse(); in testStartRecognitionFails_whenMissingHotwordPermission()229 assertThat(mDetector.startRecognition(0)).isTrue(); in testStartRecognitionSucceeds_whenHoldingPermissions()245 assertThat(mDetector.startRecognition(0)).isTrue(); in testRecognitionEvent_notesAppOps()329 assertThat(mDetector.startRecognition(0)).isTrue(); in testStartTriggerStopRecognitionRace_doesNotFail()342 mDetector.stopRecognition(); in testStartTriggerStopRecognitionRace_doesNotFail()345 assertThat(mDetector.startRecognition(0)).isTrue(); in testStartTriggerStopRecognitionRace_doesNotFail()360 assertThat(mDetector.startRecognition(0)).isTrue(); in testStartTriggerStopRecognitionRace_doesNotFail()