/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewController.kt | 61 var remoteInput: RemoteInput? 95 remoteInput = other.remoteInput 136 override var remoteInput: RemoteInput? = null 166 remoteInput?.let { 202 remoteInput = input 232 val remoteInput = remoteInput ?: run { regex 240 val intent = prepareRemoteInput(remoteInput) 300 prepareRemoteInputFromText(remoteInput) 302 remoteInput, 320 remoteInput: RemoteInput, [all …]
|
H A D | SmartReplyStateInflater.kt | 477 smartReplies.remoteInput.editChoicesBeforeSending) 481 arrayOf(smartReplies.remoteInput), 482 smartReplies.remoteInput, 510 results.putString(smartReplies.remoteInput.resultKey, choice.toString()) 512 RemoteInput.addResultsToIntent(arrayOf(smartReplies.remoteInput), intent, results)
|
H A D | SmartReplyView.java | 817 public final RemoteInput remoteInput; field in SmartReplyView.SmartReplies 824 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies() argument 827 this.remoteInput = remoteInput; in SmartReplies()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | RemoteInput.java | 456 for (RemoteInput remoteInput : remoteInputs) { in addResultsToIntent() 457 Object result = results.get(remoteInput.getResultKey()); in addResultsToIntent() 459 resultsBundle.putCharSequence(remoteInput.getResultKey(), (CharSequence) result); in addResultsToIntent() 478 public static void addDataResultToIntent(RemoteInput remoteInput, Intent intent, in addDataResultToIntent() argument 495 resultsBundle.putString(remoteInput.getResultKey(), uri.toString()); in addDataResultToIntent()
|
H A D | Notification.java | 2044 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() argument 2048 mRemoteInputs.add(remoteInput); in addRemoteInput() 3829 for (RemoteInput remoteInput : action.getRemoteInputs()) { in findRemoteInputActionPair() 3830 if (remoteInput.getAllowFreeFormInput() || !requiresFreeform) { in findRemoteInputActionPair() 3831 resultRemoteInput = remoteInput; in findRemoteInputActionPair() 11909 UnreadConversation(String[] messages, RemoteInput remoteInput, in UnreadConversation() argument 11913 mRemoteInput = remoteInput; in UnreadConversation() 12027 RemoteInput remoteInput = b.getParcelable(KEY_REMOTE_INPUT, RemoteInput.class); in getUnreadConversationFromBundle() local 12035 remoteInput, in getUnreadConversationFromBundle() 12087 PendingIntent pendingIntent, RemoteInput remoteInput) { in setReplyAction() argument [all …]
|
/aosp14/frameworks/base/core/java/android/app/slice/ |
H A D | Slice.java | 480 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput() argument 483 Objects.requireNonNull(remoteInput); in addRemoteInput() 484 mItems.add(new SliceItem(remoteInput, SliceItem.FORMAT_REMOTE_INPUT, in addRemoteInput()
|
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | NotificationTest.java | 146 RemoteInput remoteInput = new RemoteInput.Builder(REPLY_INPUT_KEY) in postMessagingNotification() local 152 .addRemoteInput(remoteInput) in postMessagingNotification()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 1463 RemoteInput remoteInput = new RemoteInput.Builder("a").build(); in testFreeformRemoteInputActionPair_hasRemoteInput() local 1467 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput() 1468 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput() 1484 Assert.assertEquals(remoteInput, remoteInputActionPair.first); in testFreeformRemoteInputActionPair_hasRemoteInput() 1509 RemoteInput remoteInput = in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local 1516 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() 1522 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationLockscreenUserManagerImpl.java | 377 final boolean remoteInput = mSecureSettings.getIntForUser( in updateLockscreenNotificationSetting() 384 setLockscreenAllowRemoteInput(remoteInput && remoteInputDpm); in updateLockscreenNotificationSetting()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 348 private int getExtraRemoteInputHeight(RemoteInputView remoteInput) { in getExtraRemoteInputHeight() argument 349 if (remoteInput != null && (remoteInput.isActive() || remoteInput.isSending())) { in getExtraRemoteInputHeight() 1519 smartReplies.remoteInput.getEditChoicesBeforeSending());
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 993 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); in getMessageStyleNotifBuilder() local 999 inputIntent).addRemoteInput(remoteInput) in getMessageStyleNotifBuilder() 10407 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); 10412 inputIntent).addRemoteInput(remoteInput) 10438 RemoteInput remoteInput = new RemoteInput.Builder("reply_key").setLabel("reply").build(); 10444 inputIntent).addRemoteInput(remoteInput)
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |