Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java109 if (areDifferent(firstAction.getRemoteInputs(), secondAction.getRemoteInputs())) { in areDifferent()
H A DRemoteInputController.java98 RemoteInput[] remoteInputs = action.getRemoteInputs(); in processForRemoteInput()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1870 public RemoteInput[] getRemoteInputs() { in getRemoteInputs() method in Notification.Action
1989 new Bundle(action.mExtras), action.getRemoteInputs(), in Builder()
2185 getRemoteInputs(), in clone()
3286 RemoteInput[] firstRs = firstAs[i].getRemoteInputs(); in areActionsVisiblyDifferent()
3287 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent()
3825 if (action.getRemoteInputs() == null) { in findRemoteInputActionPair()
3829 for (RemoteInput remoteInput : action.getRemoteInputs()) { in findRemoteInputActionPair()
5914 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java7347 if ((action.getRemoteInputs() != null || action.getDataOnlyRemoteInputs() != null)
7359 if ((action.getRemoteInputs() != null || action.getDataOnlyRemoteInputs() != null)
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2170 HSPLandroid/app/Notification$Action;->getRemoteInputs()[Landroid/app/RemoteInput;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2170 HSPLandroid/app/Notification$Action;->getRemoteInputs()[Landroid/app/RemoteInput;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6355 method public android.app.RemoteInput[] getRemoteInputs();