Searched defs:remoteInput (Results 1 – 11 of 11) sorted by relevance
| /frameworks/support/slices/core/src/main/java/androidx/slice/ |
| D | Slice.java | 350 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/ |
| D | SmartReplyView.java | 176 public void setRepliesFromRemoteInput(RemoteInput remoteInput, PendingIntent pendingIntent, in setRepliesFromRemoteInput() 203 CharSequence choice, RemoteInput remoteInput, PendingIntent pendingIntent, in inflateReplyButton()
|
| D | RemoteInputView.java | 299 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { in setRemoteInput()
|
| /frameworks/support/compat/src/main/java/androidx/core/app/ |
| D | NotificationCompatJellybean.java | 285 private static Bundle toBundle(RemoteInput remoteInput) { in toBundle()
|
| D | RemoteInput.java | 379 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
|
| D | NotificationCompat.java | 3280 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/ |
| D | RemoteInputView.java | 196 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { in setRemoteInput()
|
| /frameworks/base/core/java/android/app/ |
| D | RemoteInput.java | 429 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent()
|
| D | Notification.java | 1622 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/ |
| D | NotificationContentView.java | 316 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/ |
| D | Slice.java | 481 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput()
|