OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remoteInputResults
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java
44
Bundle
remoteInputResults
= RemoteInput.getResultsFromIntent(intent);
46
if (
remoteInputResults
!= null) {
47
replyMessage =
remoteInputResults
.getCharSequence(NotificationUtil.EXTRA_REPLY);
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationIntentReceiver.java
44
Bundle
remoteInputResults
= RemoteInput.getResultsFromIntent(intent);
46
if (
remoteInputResults
!= null) {
47
replyMessage =
remoteInputResults
.getCharSequence(NotificationUtil.EXTRA_REPLY);
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationIntentReceiver.java
44
Bundle
remoteInputResults
= RemoteInput.getResultsFromIntent(intent);
46
if (
remoteInputResults
!= null) {
47
replyMessage =
remoteInputResults
.getCharSequence(NotificationUtil.EXTRA_REPLY);
/developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java
78
Bundle
remoteInputResults
= RemoteInput.getResultsFromIntent(intent);
80
if (
remoteInputResults
!= null) {
81
replyMessage =
remoteInputResults
.getCharSequence(EXTRA_REPLY);
/developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java
78
Bundle
remoteInputResults
= RemoteInput.getResultsFromIntent(intent);
80
if (
remoteInputResults
!= null) {
81
replyMessage =
remoteInputResults
.getCharSequence(EXTRA_REPLY);
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java
78
Bundle
remoteInputResults
= RemoteInput.getResultsFromIntent(intent);
80
if (
remoteInputResults
!= null) {
81
replyMessage =
remoteInputResults
.getCharSequence(EXTRA_REPLY);
Completed in 71 milliseconds