Searched refs:coarseConfidenceLevel (Results 1 – 2 of 2) sorted by relevance
885 public final int coarseConfidenceLevel; field in SoundTrigger.KeyphraseRecognitionExtra891 public KeyphraseRecognitionExtra(int id, int recognitionModes, int coarseConfidenceLevel, in KeyphraseRecognitionExtra() argument895 this.coarseConfidenceLevel = coarseConfidenceLevel; in KeyphraseRecognitionExtra()913 int coarseConfidenceLevel = in.readInt(); in fromParcel() local915 return new KeyphraseRecognitionExtra(id, recognitionModes, coarseConfidenceLevel, in fromParcel()923 dest.writeInt(coarseConfidenceLevel); in writeToParcel()939 result = prime * result + coarseConfidenceLevel; in hashCode()958 if (coarseConfidenceLevel != other.coarseConfidenceLevel) in equals()966 + ", coarseConfidenceLevel=" + coarseConfidenceLevel in toString()
124 jfieldID coarseConfidenceLevel; member751 gKeyphraseRecognitionExtraFields.coarseConfidenceLevel); in android_hardware_SoundTrigger_startRecognition()906 gKeyphraseRecognitionExtraFields.coarseConfidenceLevel = GetFieldIDOrDie(env, in register_android_hardware_SoundTrigger()