Home
last modified time | relevance | path

Searched defs:remoteInput (Results 1 – 4 of 4) sorted by relevance

/core/core/src/main/java/androidx/core/app/
DRemoteInput.java455 public static void addDataResultToIntent(@NonNull RemoteInput remoteInput, in addDataResultToIntent()
584 static Set<String> getAllowedDataTypes(Object remoteInput) { in getAllowedDataTypes()
588 static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
664 static int getEditChoicesBeforeSending(Object remoteInput) { in getEditChoicesBeforeSending()
DNotificationCompat.java5032 android.app.RemoteInput remoteInput) { in addRemoteInput()
5985 public @NonNull Builder addRemoteInput(@Nullable RemoteInput remoteInput) { in addRemoteInput()
7500 android.app.RemoteInput remoteInput) { in addRemoteInput()
7673 android.app.RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle() local
7720 android.app.RemoteInput remoteInput = Api20Impl.build(builder); in getBundleForUnreadConversation() local
7850 UnreadConversation(String @Nullable [] messages, @Nullable RemoteInput remoteInput, in UnreadConversation()
7961 @Nullable RemoteInput remoteInput) { in setReplyAction()
8030 static String getResultKey(android.app.RemoteInput remoteInput) { in getResultKey()
8034 static CharSequence[] getChoices(android.app.RemoteInput remoteInput) { in getChoices()
8043 static CharSequence getLabel(android.app.RemoteInput remoteInput) { in getLabel()
[all …]
DNotificationCompatJellybean.java294 private static Bundle toBundle(RemoteInput remoteInput) { in toBundle()
DNotificationCompatBuilder.java544 android.app.RemoteInput remoteInput) { in addRemoteInput()