Home
last modified time | relevance | path

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

/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java49 private static final String KEY_REMOTE_INPUT = "remote_input"; field in NotificationCompatApi21
147 b.putParcelable(KEY_REMOTE_INPUT, fromCompatRemoteInput(remoteInput)); in getBundleForUnreadConversation()
188 android.app.RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle()
/frameworks/base/core/java/android/app/
DNotification.java5425 private static final String KEY_REMOTE_INPUT = "remote_input"; field in Notification.CarExtender.UnreadConversation
5516 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()
5555 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle()