Searched refs:confInt (Results 1 – 1 of 1) sorted by relevance
963 int confInt = Integer.parseInt(conf); in onRecognitionSuccess() local964 if (highestConfidence < confInt) highestConfidence = confInt; in onRecognitionSuccess()965 if (confInt < MINIMUM_CONFIDENCE || confInt * 2 < highestConfidence) { in onRecognitionSuccess()