Home
last modified time | relevance | path

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

/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java71 private void handleActionReply(CharSequence replyCharSequence) { in handleActionReply() argument
72 Log.d(TAG, "handleActionReply(): " + replyCharSequence); in handleActionReply()
74 if (replyCharSequence != null) { in handleActionReply()
115 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null); in handleActionReply()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
DMessagingIntentService.java69 private void handleActionReply(CharSequence replyCharSequence) { in handleActionReply() argument
70 Log.d(TAG, "handleActionReply(): " + replyCharSequence); in handleActionReply()
72 if (replyCharSequence != null) { in handleActionReply()
113 messagingStyle.addMessage(replyCharSequence, System.currentTimeMillis(), null); in handleActionReply()