Home
last modified time | relevance | path

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

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DCommandRecognizerEngine.java76 private static final int MINIMUM_CONFIDENCE = 100; field in CommandRecognizerEngine
965 if (confInt < MINIMUM_CONFIDENCE || confInt * 2 < highestConfidence) { in onRecognitionSuccess()