Searched refs:literal (Results 1 – 4 of 4) sorted by relevance
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | PhoneTypeChoiceRecognizerEngine.java | 60 String literal = mSrec.getResult(result, Recognizer.KEY_LITERAL); in onRecognitionSuccess() local 62 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; in onRecognitionSuccess() 70 String literal = mSrec.getResult(0, Recognizer.KEY_LITERAL); in onRecognitionSuccess() local 72 String msg = "conf=" + conf + " lit=" + literal + " sem=" + semantic; in onRecognitionSuccess() 84 intent.putExtra(RecognizerEngine.SENTENCE_EXTRA, literal); in onRecognitionSuccess()
|
D | CommandRecognizerEngine.java | 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() [all …]
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
D | MockTransport.java | 129 public void expectLiterally(String literal, String[] responses) { in expectLiterally() argument 130 expect("^" + Pattern.quote(literal) + "$", responses); in expectLiterally()
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.jj | 506 // domain literal
|