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