Home
last modified time | relevance | path

Searched refs:highestConfidence (Results 1 – 1 of 1) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DCommandRecognizerEngine.java949 int highestConfidence = 0; in onRecognitionSuccess() local
964 if (highestConfidence < confInt) highestConfidence = confInt; in onRecognitionSuccess()
965 if (confInt < MINIMUM_CONFIDENCE || confInt * 2 < highestConfidence) { in onRecognitionSuccess()