Searched refs:KEY_REMOTE_INPUT (Results 1 – 2 of 2) sorted by relevance
49 private static final String KEY_REMOTE_INPUT = "remote_input"; field in NotificationCompatApi21147 b.putParcelable(KEY_REMOTE_INPUT, fromCompatRemoteInput(remoteInput)); in getBundleForUnreadConversation()188 android.app.RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle()
5425 private static final String KEY_REMOTE_INPUT = "remote_input"; field in Notification.CarExtender.UnreadConversation5516 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput); in getBundleForUnreadConversation()5555 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle()