Searched refs:coarseConfidenceLevel (Results 1 – 2 of 2) sorted by relevance
813 public final int coarseConfidenceLevel; field in SoundTrigger.KeyphraseRecognitionExtra819 public KeyphraseRecognitionExtra(int id, int recognitionModes, int coarseConfidenceLevel, in KeyphraseRecognitionExtra() argument823 this.coarseConfidenceLevel = coarseConfidenceLevel; in KeyphraseRecognitionExtra()841 int coarseConfidenceLevel = in.readInt(); in fromParcel() local843 return new KeyphraseRecognitionExtra(id, recognitionModes, coarseConfidenceLevel, in fromParcel()851 dest.writeInt(coarseConfidenceLevel); in writeToParcel()867 result = prime * result + coarseConfidenceLevel; in hashCode()886 if (coarseConfidenceLevel != other.coarseConfidenceLevel) in equals()894 + ", coarseConfidenceLevel=" + coarseConfidenceLevel in toString()
115 jfieldID coarseConfidenceLevel; member731 gKeyphraseRecognitionExtraFields.coarseConfidenceLevel); in android_hardware_SoundTrigger_startRecognition()878 gKeyphraseRecognitionExtraFields.coarseConfidenceLevel = GetFieldIDOrDie(env, in register_android_hardware_SoundTrigger()