HomeSort by relevance Sort by last modified time
    Searched defs:KEY_REPLY (Results 1 - 9 of 9) 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);
  /developers/samples/android/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);
  /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);
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeEventRuleSettings.java 45 private static final String KEY_REPLY = "reply";
136 mReply = (DropDownPreference) root.findPreference(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/autotest/client/bin/input/
linux_input.py 423 KEY_REPLY = 232 # AC Reply
    [all...]
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 312 #define KEY_REPLY 232 /* AC Reply */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 414 #define KEY_REPLY 232 /* AC Reply */

Completed in 369 milliseconds