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

  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 34 public static final String KEY_REPLY = "reply";
52 CharSequence replyText = inputResults.getCharSequence(KEY_REPLY);
NotificationPresets.java 97 .addRemoteInput(new RemoteInput.Builder(MainActivity.KEY_REPLY)
  /developers/samples/android/deprecated/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 34 public static final String KEY_REPLY = "reply";
52 CharSequence replyText = inputResults.getCharSequence(KEY_REPLY);
NotificationPresets.java 97 .addRemoteInput(new RemoteInput.Builder(MainActivity.KEY_REPLY)
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
MainActivity.java 34 public static final String KEY_REPLY = "reply";
52 CharSequence replyText = inputResults.getCharSequence(KEY_REPLY);
NotificationPresets.java 97 .addRemoteInput(new RemoteInput.Builder(MainActivity.KEY_REPLY)
  /external/libxkbcommon/xkbcommon/test/
evdev-scancodes.h 263 #define KEY_REPLY 232 /* AC Reply */
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 279 #define KEY_REPLY 232
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 312 #define KEY_REPLY 232 /* AC Reply */
  /external/u-boot/include/dt-bindings/input/
linux-event-codes.h 311 #define KEY_REPLY 232 /* AC Reply */
  /external/strace/xlat/
evdev_keycode.h     [all...]
  /external/autotest/client/bin/input/
linux_input.py 423 KEY_REPLY = 232 # AC Reply
    [all...]

Completed in 666 milliseconds