Home
last modified time | relevance | path

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

/frameworks/support/slices/core/src/main/java/androidx/slice/
DSlice.java350 public Slice.Builder addRemoteInput(RemoteInput remoteInput, @Nullable String subType, in addRemoteInput()
362 public Slice.Builder addRemoteInput(RemoteInput remoteInput, @Nullable String subType, in addRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java176 public void setRepliesFromRemoteInput(RemoteInput remoteInput, PendingIntent pendingIntent, in setRepliesFromRemoteInput()
203 CharSequence choice, RemoteInput remoteInput, PendingIntent pendingIntent, in inflateReplyButton()
DRemoteInputView.java299 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { in setRemoteInput()
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompatJellybean.java285 private static Bundle toBundle(RemoteInput remoteInput) { in toBundle()
DRemoteInput.java379 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
DNotificationCompat.java3280 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput()
4656 android.app.RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle() local
4693 android.app.RemoteInput remoteInput = in getBundleForUnreadConversation() local
4815 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation()
4923 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction()
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DRemoteInputView.java196 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { in setRemoteInput()
/frameworks/base/core/java/android/app/
DRemoteInput.java429 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
DNotification.java1622 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput()
9182 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation()
9299 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT); in getUnreadConversationFromBundle() local
9359 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java316 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight()
1356 private void applySmartReplyView(RemoteInput remoteInput, PendingIntent pendingIntent, in applySmartReplyView()
1369 View view, RemoteInput remoteInput, PendingIntent pendingIntent, in applySmartReplyView()
/frameworks/base/core/java/android/app/slice/
DSlice.java481 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput()