Searched refs:mLastResponse (Results 1 – 1 of 1) sorted by relevance
49 private String mLastResponse = null; field in ResponderService92 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()