Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java9927 private static final String KEY_REMOTE_INPUT = "remote_input"; field in Notification.Builder.CarExtender.UnreadConversation
10018 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()
10057 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle()