/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 109 if (areDifferent(firstAction.getRemoteInputs(), secondAction.getRemoteInputs())) { in areDifferent()
|
H A D | RemoteInputController.java | 81 RemoteInput[] remoteInputs = action.getRemoteInputs(); in processForRemoteInput()
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/ |
H A D | MockMessageNotificationBuilder.java | 327 when(action.getRemoteInputs()).thenReturn(new RemoteInput[]{new RemoteInput.Builder( in getMockReplyAction() 354 when(action.getRemoteInputs()).thenReturn(new RemoteInput[]{new RemoteInput.Builder( in getMockMuteAction() 381 when(action.getRemoteInputs()).thenReturn(new RemoteInput[]{new RemoteInput.Builder( in getMockMarkAsReadAction()
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | MyNotificationListenerService.java | 62 final RemoteInput[] remoteInputs = action.getRemoteInputs(); in onNotificationPosted()
|
/aosp12/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/ |
H A D | NotificationPayloadHandler.java | 175 RemoteInput[] remoteInputs = actionCallback.getRemoteInputs(); in writeReply()
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/ |
H A D | NotificationEntry.java | 284 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasInlineReply()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | NotificationClickHandlerFactory.java | 399 RemoteInput remoteInput = action.getRemoteInputs()[0];
|
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/ |
H A D | CarAssistUtils.java | 279 .map(NotificationCompat.Action::getRemoteInputs) in replyCallbackHasRemoteInput()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationStation.java | 592 if (action.getRemoteInputs() != null) { in generateExtraText() 597 .append(String.valueOf(action.getRemoteInputs().length)); in generateExtraText()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 1806 public RemoteInput[] getRemoteInputs() { in getRemoteInputs() method in Notification.Action 1910 new Bundle(action.mExtras), action.getRemoteInputs(), in Builder() 2102 getRemoteInputs(), in clone() 3179 RemoteInput[] firstRs = firstAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() 3180 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() 3678 if (action.getRemoteInputs() == null) { in findRemoteInputActionPair() 3682 for (RemoteInput remoteInput : action.getRemoteInputs()) { in findRemoteInputActionPair() 5751 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputView.java | 699 RemoteInput[] inputs = a.getRemoteInputs(); in updatePendingIntentFromActions()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 6512 if ((action.getRemoteInputs() != null || action.getDataOnlyRemoteInputs() != null) 6524 if ((action.getRemoteInputs() != null || action.getDataOnlyRemoteInputs() != null)
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2073 HSPLandroid/app/Notification$Action;->getRemoteInputs()[Landroid/app/RemoteInput;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5795 method public android.app.RemoteInput[] getRemoteInputs();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 4659 method public android.app.RemoteInput[] getRemoteInputs();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2073 HSPLandroid/app/Notification$Action;->getRemoteInputs()[Landroid/app/RemoteInput;
|