Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DMainActivity.java52 CharSequence replyText = inputResults.getCharSequence(KEY_REPLY); in onResume() local
53 if (replyText != null) { in onResume()
54 Toast.makeText(this, TextUtils.concat(getString(R.string.reply_was), replyText), in onResume()