Home
last modified time | relevance | path

Searched refs:getRemoteInputs (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java109 if (areDifferent(firstAction.getRemoteInputs(), secondAction.getRemoteInputs())) { in areDifferent()
H A DRemoteInputController.java81 RemoteInput[] remoteInputs = action.getRemoteInputs(); in processForRemoteInput()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
H A DMockMessageNotificationBuilder.java327 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 DMyNotificationListenerService.java62 final RemoteInput[] remoteInputs = action.getRemoteInputs(); in onNotificationPosted()
/aosp12/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/
H A DNotificationPayloadHandler.java175 RemoteInput[] remoteInputs = actionCallback.getRemoteInputs(); in writeReply()
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DNotificationEntry.java284 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasInlineReply()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationClickHandlerFactory.java399 RemoteInput remoteInput = action.getRemoteInputs()[0];
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
H A DCarAssistUtils.java279 .map(NotificationCompat.Action::getRemoteInputs) in replyCallbackHasRemoteInput()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationStation.java592 if (action.getRemoteInputs() != null) { in generateExtraText()
597 .append(String.valueOf(action.getRemoteInputs().length)); in generateExtraText()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java1806 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 DRemoteInputView.java699 RemoteInput[] inputs = a.getRemoteInputs(); in updatePendingIntentFromActions()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6512 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt2073 HSPLandroid/app/Notification$Action;->getRemoteInputs()[Landroid/app/RemoteInput;
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5795 method public android.app.RemoteInput[] getRemoteInputs();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4659 method public android.app.RemoteInput[] getRemoteInputs();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt2073 HSPLandroid/app/Notification$Action;->getRemoteInputs()[Landroid/app/RemoteInput;