Searched refs:replyText (Results 1 – 1 of 1) sorted by relevance
52 CharSequence replyText = inputResults.getCharSequence(KEY_REPLY); in onResume() local53 if (replyText != null) { in onResume()54 Toast.makeText(this, TextUtils.concat(getString(R.string.reply_was), replyText), in onResume()