Home
last modified time | relevance | path

Searched refs:KEY_REPLY (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DNotificationUtils.java36 private static final String KEY_REPLY = "KEY_REPLY"; field in NotificationUtils
76 RemoteInput remoteInput = new RemoteInput.Builder(KEY_REPLY) in sendDirectReplyNotification()
101 final CharSequence reply = remoteInput.getCharSequence(KEY_REPLY); in onReceiveDirectReply()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeEventRuleSettings.java48 private static final String KEY_REPLY = "reply"; field in ZenModeEventRuleSettings
145 mReply = (DropDownPreference) root.findPreference(KEY_REPLY); in onCreateInternal()