/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustmentTest.java | 127 .addRemoteInput(firstRemoteInput) in needReinflate_differentChoices() 131 .addRemoteInput(secondRemoteInput) in needReinflate_differentChoices() 154 .addRemoteInput(firstRemoteInput) in needReinflate_differentRemoteInputLabel() 158 .addRemoteInput(secondRemoteInput) in needReinflate_differentRemoteInputLabel() 180 .addRemoteInput(firstRemoteInput).build(); in needReinflate_negative() 183 .addRemoteInput(secondRemoteInput).build(); in needReinflate_negative()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 1429 .addRemoteInput(new RemoteInput.Builder("a") in testActionsIgnoresRemoteInputs() 1436 .addRemoteInput(new RemoteInput.Builder("a") in testActionsIgnoresRemoteInputs() 1467 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput() 1468 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput() 1495 .addRemoteInput( in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput() 1516 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() 1517 .addRemoteInput(freeformRemoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() 1522 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
|
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ |
H A D | NotificationTest.java | 152 .addRemoteInput(remoteInput) in postMessagingNotification()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputController.java | 127 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput() method in RemoteInputController
|
/aosp14/frameworks/base/core/java/android/app/slice/ |
H A D | Slice.java | 480 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput() method in Slice.Builder
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | InflatedSmartRepliesTest.java | 251 createActionBuilder("Reply").addRemoteInput( in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 658 mController.addRemoteInput(mEntry, mToken); in focus()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 999 inputIntent).addRemoteInput(remoteInput) in getMessageStyleNotifBuilder() 10412 inputIntent).addRemoteInput(remoteInput) 10444 inputIntent).addRemoteInput(remoteInput)
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 2044 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() method in Notification.Action.Builder
|
/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 ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6382 …method @NonNull public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteIn… 9059 …method public android.app.slice.Slice.Builder addRemoteInput(android.app.RemoteInput, @Nullable St…
|