HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_REPLY (Results 1 - 12 of 12) sorted by null

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationUtil.java 26 public static final String EXTRA_REPLY =
ActionsPresets.java 90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
NotificationIntentReceiver.java 47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationUtil.java 26 public static final String EXTRA_REPLY =
ActionsPresets.java 90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
NotificationIntentReceiver.java 47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationUtil.java 26 public static final String EXTRA_REPLY =
ActionsPresets.java 90 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
112 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
144 RemoteInput remoteInput = new RemoteInput.Builder(NotificationUtil.EXTRA_REPLY)
NotificationIntentReceiver.java 47 replyMessage = remoteInputResults.getCharSequence(NotificationUtil.EXTRA_REPLY);
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 43 public static final String EXTRA_REPLY = "reply";
81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY);
108 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY)
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 43 public static final String EXTRA_REPLY = "reply";
81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY);
108 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY)
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java 43 public static final String EXTRA_REPLY = "reply";
81 replyMessage = remoteInputResults.getCharSequence(EXTRA_REPLY);
108 .addRemoteInput(new RemoteInput.Builder(EXTRA_REPLY)

Completed in 205 milliseconds