Searched defs:KEY_REMOTE_INPUT (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4588 private static final String KEY_REMOTE_INPUT = "remote_input"; field in class:NotificationCompat.CarExtender
4656 android.app.RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT);
4700 b.putParcelable(KEY_REMOTE_INPUT, remoteInput);
/frameworks/base/core/java/android/app/
H A DNotification.java9169 private static final String KEY_REMOTE_INPUT = "remote_input"; field in class:Notification.CarExtender.UnreadConversation
9260 b.putParcelable(KEY_REMOTE_INPUT, mRemoteInput);
9299 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT);

Completed in 53 milliseconds