HomeSort by relevance Sort by last modified time
    Searched refs:EXTRA_REPLY (Results 1 - 24 of 24) 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)
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 48 public static final String EXTRA_REPLY =
135 return remoteInput.getCharSequence(EXTRA_REPLY);
207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 46 public static final String EXTRA_REPLY =
133 return remoteInput.getCharSequence(EXTRA_REPLY);
201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 48 public static final String EXTRA_REPLY =
135 return remoteInput.getCharSequence(EXTRA_REPLY);
207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 46 public static final String EXTRA_REPLY =
133 return remoteInput.getCharSequence(EXTRA_REPLY);
201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingIntentService.java 48 public static final String EXTRA_REPLY =
135 return remoteInput.getCharSequence(EXTRA_REPLY);
207 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/
MessagingIntentService.java 46 public static final String EXTRA_REPLY =
133 return remoteInput.getCharSequence(EXTRA_REPLY);
201 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java     [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 639 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java     [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 639 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java     [all...]
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 639 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY)
    [all...]

Completed in 749 milliseconds