Home
last modified time | relevance | path

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

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DCommandRecognizerEngine.java1025 CharSequence phoneIdMsg = null; in onRecognitionSuccess() local
1028 phoneIdMsg = null; in onRecognitionSuccess()
1031 phoneIdMsg = res.getText(R.string.at_home); in onRecognitionSuccess()
1034 phoneIdMsg = res.getText(R.string.on_mobile); in onRecognitionSuccess()
1037 phoneIdMsg = res.getText(R.string.at_work); in onRecognitionSuccess()
1040 phoneIdMsg = res.getText(R.string.at_other); in onRecognitionSuccess()
1042 if (phoneIdMsg != null) { in onRecognitionSuccess()
1045 literal + phoneIdMsg, phoneType, 0); in onRecognitionSuccess()