| android Programming Glossary: r.string.log_labelSpeechRecognizer causes ANR… I need help with Android speech API http://stackoverflow.com/questions/4559930/speechrecognizer-causes-anr-i-need-help-with-android-speech-api  String voiceResults results  .getStringArrayList RecognizerIntent.EXTRA_RESULTS if voiceResults null  Log.e getString R.string.log_label No voice results else Log.d getString R.string.log_label Printing matches  for String match voiceResults  Log.d getString.. if voiceResults null  Log.e getString R.string.log_label No voice results else Log.d getString R.string.log_label Printing matches  for String match voiceResults  Log.d getString R.string.log_label match   @Override public void onReadyForSpeech.. voice results else Log.d getString R.string.log_label Printing matches  for String match voiceResults  Log.d getString R.string.log_label match   @Override public void onReadyForSpeech Bundle params Log.d getString R.string.log_label Ready for speech @Override.. 
 |