OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastResponse
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java
49
private String
mLastResponse
= null;
92
Log.d(TAG, "Sent: " +
mLastResponse
);
96
.setContentText(
mLastResponse
)
120
mLastResponse
= mResponder.elzTalk(text);
121
String line = TextUtils.isEmpty(text) ?
mLastResponse
: text + "\n" +
mLastResponse
;
/developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java
49
private String
mLastResponse
= null;
92
Log.d(TAG, "Sent: " +
mLastResponse
);
96
.setContentText(
mLastResponse
)
120
mLastResponse
= mResponder.elzTalk(text);
121
String line = TextUtils.isEmpty(text) ?
mLastResponse
: text + "\n" +
mLastResponse
;
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java
49
private String
mLastResponse
= null;
92
Log.d(TAG, "Sent: " +
mLastResponse
);
96
.setContentText(
mLastResponse
)
120
mLastResponse
= mResponder.elzTalk(text);
121
String line = TextUtils.isEmpty(text) ?
mLastResponse
: text + "\n" +
mLastResponse
;
Completed in 33 milliseconds