Home
last modified time | relevance | path

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

/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java49 private String mLastResponse = null; field in ResponderService
92 Log.d(TAG, "Sent: " + mLastResponse); in showNotification()
96 .setContentText(mLastResponse) in showNotification()
120 mLastResponse = mResponder.elzTalk(text); in processIncoming()
121 String line = TextUtils.isEmpty(text) ? mLastResponse : text + "\n" + mLastResponse; in processIncoming()