Home
last modified time | relevance | path

Searched refs:setRemoteInput (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java287 public void setRemoteInput(RemoteInput[] remoteInputs, RemoteInput remoteInput, in setRemoteInput() method in RemoteInputView
413 setRemoteInput(other.mRemoteInputs, other.mRemoteInput, mEntry.editedSuggestionInfo); in stealFocusFrom()
453 setRemoteInput(inputs, input, null /* editedSuggestionInfo*/); in updatePendingIntentFromActions()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java104 view.setRemoteInput(new RemoteInput[]{input}, input, null /* editedSuggestionInfo */); in setTestPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java428 riv.setRemoteInput(inputs, input, editedSuggestionInfo); in activateRemoteInput()