Home
last modified time | relevance | path

Searched refs:addRemoteInput (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java113 .addRemoteInput(firstRemoteInput) in needReinflate_differentChoices()
117 .addRemoteInput(secondRemoteInput) in needReinflate_differentChoices()
138 .addRemoteInput(firstRemoteInput) in needReinflate_differentRemoteInputLabel()
142 .addRemoteInput(secondRemoteInput) in needReinflate_differentRemoteInputLabel()
162 .addRemoteInput(firstRemoteInput).build(); in needReinflate_negative()
165 .addRemoteInput(secondRemoteInput).build(); in needReinflate_negative()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java529 .addRemoteInput(new RemoteInput.Builder("a") in testActionsIgnoresRemoteInputs()
536 .addRemoteInput(new RemoteInput.Builder("a") in testActionsIgnoresRemoteInputs()
565 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput()
566 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_hasRemoteInput()
592 .addRemoteInput( in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput()
612 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
613 .addRemoteInput(freeformRemoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
618 .addRemoteInput(remoteInput) in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput()
DNotificationManagerServiceTest.java4538 inputIntent).addRemoteInput(remoteInput) in testFlagBubbleNotifs_flag_messaging()
5184 inputIntent).addRemoteInput(remoteInput) in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground()
5241 inputIntent).addRemoteInput(remoteInput) in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java104 public void addRemoteInput(NotificationEntry entry, Object token) { in addRemoteInput() method in RemoteInputController
/frameworks/base/core/java/android/app/slice/
DSlice.java481 public Slice.Builder addRemoteInput(RemoteInput remoteInput, in addRemoteInput() method in Slice.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java328 mController.addRemoteInput(mEntry, mToken); in focus()
/frameworks/base/core/java/android/app/
DNotification.java1685 public Builder addRemoteInput(RemoteInput remoteInput) { in addRemoteInput() method in Notification.Action.Builder
/frameworks/base/non-updatable-api/
Dcurrent.txt5444 …method @NonNull public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteIn…
7529 …method public android.app.slice.Slice.Builder addRemoteInput(android.app.RemoteInput, @Nullable St…
/frameworks/base/api/
Dcurrent.txt5444 …method @NonNull public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteIn…
7529 …method public android.app.slice.Slice.Builder addRemoteInput(android.app.RemoteInput, @Nullable St…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4671 method public android.app.Notification.Action.Builder addRemoteInput(android.app.RemoteInput);