HomeSort by relevance Sort by last modified time
    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