Searched refs:coarseConfidenceLevel (Results 1 – 2 of 2) sorted by relevance
1745 public final int coarseConfidenceLevel; field in SoundTrigger.KeyphraseRecognitionExtra1763 int coarseConfidenceLevel) { in KeyphraseRecognitionExtra() argument1764 this(id, recognitionModes, coarseConfidenceLevel, new ConfidenceLevel[0]); in KeyphraseRecognitionExtra()1772 @IntRange(from = 0, to = 100) int coarseConfidenceLevel, in KeyphraseRecognitionExtra()1776 this.coarseConfidenceLevel = coarseConfidenceLevel; in KeyphraseRecognitionExtra()1804 return coarseConfidenceLevel; in getCoarseConfidenceLevel()1836 int coarseConfidenceLevel = in.readInt(); in fromParcel() local1838 return new KeyphraseRecognitionExtra(id, recognitionModes, coarseConfidenceLevel, in fromParcel()1846 dest.writeInt(coarseConfidenceLevel); in writeToParcel()1862 result = prime * result + coarseConfidenceLevel; in hashCode()[all …]
191 aidlExtra.confidenceLevel = apiExtra.coarseConfidenceLevel; in api2aidlPhraseRecognitionExtra()