HomeSort by relevance Sort by last modified time
    Searched defs:EXTRA_REPLY (Results 1 - 13 of 13) 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 =
  /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 =
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationUtil.java 26 public static final String EXTRA_REPLY =
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/
Constants.java 29 public static final String EXTRA_REPLY =
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/
MessagingIntentService.java 49 public static final String EXTRA_REPLY =
136 return remoteInput.getCharSequence(EXTRA_REPLY);
197 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 47 public static final String EXTRA_REPLY =
134 return remoteInput.getCharSequence(EXTRA_REPLY);
192 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 49 public static final String EXTRA_REPLY =
136 return remoteInput.getCharSequence(EXTRA_REPLY);
197 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 47 public static final String EXTRA_REPLY =
134 return remoteInput.getCharSequence(EXTRA_REPLY);
192 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/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 2546 milliseconds