Lines Matching refs:literal
959 String literal = mSrec.getResult(result, Recognizer.KEY_LITERAL); in onRecognitionSuccess() local
961 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; in onRecognitionSuccess()
980 literal.split(" ")[0].trim() + " " + num, "", 0); in onRecognitionSuccess()
1017 literal, spokenPhoneIdCommand, 0); in onRecognitionSuccess()
1045 literal + phoneIdMsg, phoneType, 0); in onRecognitionSuccess()
1056 String lit = literal; in onRecognitionSuccess()
1058 String[] words = literal.trim().split(" "); in onRecognitionSuccess()
1112 intent.putExtra(RecognizerEngine.SENTENCE_EXTRA, literal); in onRecognitionSuccess()
1120 literal, "", Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in onRecognitionSuccess()
1128 literal, "", Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS); in onRecognitionSuccess()
1138 intent.putExtra(SENTENCE_EXTRA, literal); in onRecognitionSuccess()
1177 intent.putExtra(SENTENCE_EXTRA, literal.split(" ")[0] + " " + label); in onRecognitionSuccess()
1207 private static void addCallIntent(ArrayList<Intent> intents, Uri uri, String literal, in addCallIntent() argument
1211 .putExtra(SENTENCE_EXTRA, literal) in addCallIntent()