Searched refs:setRemoteInput (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java91 mView.setRemoteInput(new RemoteInput[]{input}, input);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java270 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { method in class:RemoteInputView
385 setRemoteInput(other.mRemoteInputs, other.mRemoteInput);
425 setRemoteInput(inputs, input);
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DActionRow.java226 riv.setRemoteInput(new RemoteInput[] {
H A DRemoteInputView.java196 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput) { method in class:RemoteInputView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java255 riv.setRemoteInput(inputs, input);

Completed in 87 milliseconds