HomeSort by relevance Sort by last modified time
    Searched defs:EXTRA_REPLY (Results 1 - 6 of 6) 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/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 432 milliseconds