Searched refs:confidenceLevel (Results 1 – 9 of 9) sorted by relevance
128 @HotwordConfidenceLevelValue int confidenceLevel) { in HotwordRejectedResult()129 this.mConfidenceLevel = confidenceLevel; in HotwordRejectedResult()202 int confidenceLevel = in.readInt(); in HotwordRejectedResult() local204 this.mConfidenceLevel = confidenceLevel; in HotwordRejectedResult()
627 @HotwordConfidenceLevelValue int confidenceLevel, in HotwordDetectedResult() argument640 this.mConfidenceLevel = confidenceLevel; in HotwordDetectedResult()908 int confidenceLevel = in.readInt(); in HotwordDetectedResult() local922 this.mConfidenceLevel = confidenceLevel; in HotwordDetectedResult()
189 @ConfidenceLevel int confidenceLevel) { in RecognitionPart() argument195 this.mConfidenceLevel = confidenceLevel; in RecognitionPart()336 int confidenceLevel = in.readInt(); in RecognitionPart() local343 this.mConfidenceLevel = confidenceLevel; in RecognitionPart()
94 if (extra.confidenceLevel < 0 || extra.confidenceLevel > 100) { in validateRecognitionConfig()
242 hidlExtra.confidenceLevel = aidlExtra.confidenceLevel; in aidl2hidlPhraseRecognitionExtra()256 aidlExtra.confidenceLevel = hidlExtra.confidenceLevel; in hidl2aidlPhraseRecognitionExtra()
256 @LevelValue int confidenceLevel, in AmbientContextEvent() argument268 this.mConfidenceLevel = confidenceLevel; in AmbientContextEvent()399 int confidenceLevel = in.readInt(); in AmbientContextEvent() local412 this.mConfidenceLevel = confidenceLevel; in AmbientContextEvent()
260 config.phraseRecognitionExtras[0].confidenceLevel = 4; in createRecognitionConfig()281 assertEquals(4, halPhraseExtra.confidenceLevel); in validateRecognitionConfig_2_0()300 assertEquals(4, halPhraseExtra.confidenceLevel); in validateRecognitionConfig_2_1()403 extra.confidenceLevel = 52; in createPhraseRecognitionEvent()422 halExtra.confidenceLevel = 52; in createPhraseRecognitionEvent_2_0()443 halExtra.confidenceLevel = 52; in createPhraseRecognitionEvent_2_1()461 assertEquals(52, event.phraseExtras[0].confidenceLevel); in validatePhraseRecognitionEvent()
1649 public final int confidenceLevel; field in SoundTrigger.ConfidenceLevel1652 public ConfidenceLevel(int userId, int confidenceLevel) { in ConfidenceLevel() argument1654 this.confidenceLevel = confidenceLevel; in ConfidenceLevel()1670 int confidenceLevel = in.readInt(); in fromParcel() local1671 return new ConfidenceLevel(userId, confidenceLevel); in fromParcel()1677 dest.writeInt(confidenceLevel); in writeToParcel()1689 result = prime * result + confidenceLevel; in hashCode()1703 if (confidenceLevel != other.confidenceLevel) in equals()1713 + ", confidenceLevel=" + confidenceLevel + "]"; in toString()
191 aidlExtra.confidenceLevel = apiExtra.coarseConfidenceLevel; in api2aidlPhraseRecognitionExtra()208 aidlExtra.confidenceLevel, apiLevels); in aidl2apiPhraseRecognitionExtra()214 aidlLevel.levelPercent = apiLevel.confidenceLevel; in api2aidlConfidenceLevel()