Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:confInt

963             int confInt = Integer.parseInt(conf);
964 if (highestConfidence < confInt) highestConfidence = confInt;
965 if (confInt < MINIMUM_CONFIDENCE || confInt * 2 < highestConfidence) {