Searched refs:getRemoteInputs (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatJellybean.java143 if (action.getRemoteInputs() != null) {
145 toBundleArray(action.getRemoteInputs()));
262 bundle.putParcelableArray(KEY_REMOTE_INPUTS, toBundleArray(action.getRemoteInputs()));
H A DNotificationCompatBuilder.java258 if (action.getRemoteInputs() != null) {
260 action.getRemoteInputs())) {
H A DNotificationCompat.java3165 public RemoteInput[] getRemoteInputs() { method in class:NotificationCompat.Action
3232 action.getRemoteInputs(), action.getAllowGeneratedReplies(),
3961 RemoteInput[] remoteInputCompats = actionCompat.getRemoteInputs();
5050 final android.app.RemoteInput[] srcArray = action.getRemoteInputs();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputController.java77 RemoteInput[] remoteInputs = action.getRemoteInputs();
H A DNotificationContentView.java1234 if (a.getRemoteInputs() != null) {
1235 for (RemoteInput ri : a.getRemoteInputs()) {
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
H A DNotificationCompatTest.java175 assertSame(a.getRemoteInputs()[0], aCopy.getRemoteInputs()[0]);
301 RemoteInput[] textInputs = a.getRemoteInputs();
313 verifyRemoteInputArrayHasSingleResult(a.getRemoteInputs(), TEXT_RESULT_KEY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java406 RemoteInput[] inputs = a.getRemoteInputs();
/frameworks/base/core/java/android/app/
H A DNotification.java1506 public RemoteInput[] getRemoteInputs() { method in class:Notification.Action
1573 new Bundle(action.mExtras), action.getRemoteInputs(),
1709 getRemoteInputs(),
2683 RemoteInput[] firstRs = firstAs[i].getRemoteInputs();
2684 RemoteInput[] secondRs = secondAs[i].getRemoteInputs();
4954 RemoteInput[] remoteInputs = action.getRemoteInputs();
/frameworks/base/config/
H A Dboot-image-profile.txt701 HPLandroid/app/Notification$Action;->getRemoteInputs()[Landroid/app/RemoteInput;
[all...]

Completed in 585 milliseconds