Searched refs:remoteInputs (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputViewController.kt | 63 var remoteInputs: Array<RemoteInput>? 96 remoteInputs = other.remoteInputs 146 override var remoteInputs: Array<RemoteInput>? = null 198 val inputs = a.remoteInputs ?: continue 203 remoteInputs = inputs 310 RemoteInput.addResultsToIntent(remoteInputs, fillInIntent, results) 332 RemoteInput.addResultsToIntent(remoteInputs, fillInIntent, bundle)
|
H A D | SmartReplyStateInflater.kt | 261 if (action.remoteInputs?.isNotEmpty() == true) index else null
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
H A D | NotifUiAdjustment.kt | 64 (areDifferent(it.first.remoteInputs, it.second.remoteInputs))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputController.java | 98 RemoteInput[] remoteInputs = action.getRemoteInputs(); in processForRemoteInput() local 99 if (remoteInputs == null) { in processForRemoteInput() 102 for (RemoteInput ri : remoteInputs) { in processForRemoteInput()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | RemoteInput.java | 446 public static void addResultsToIntent(RemoteInput[] remoteInputs, Intent intent, in addResultsToIntent() argument 456 for (RemoteInput remoteInput : remoteInputs) { in addResultsToIntent()
|
H A D | Notification.java | 1822 RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Action() argument 1832 this.mRemoteInputs = remoteInputs; in Action() 1996 @Nullable RemoteInput[] remoteInputs, boolean allowGeneratedReplies, in Builder() argument 2002 if (remoteInputs != null) { in Builder() 2003 mRemoteInputs = new ArrayList<>(remoteInputs.length); in Builder() 2004 Collections.addAll(mRemoteInputs, remoteInputs); in Builder() 5914 RemoteInput[] remoteInputs = action.getRemoteInputs(); in hasValidRemoteInput() local 5915 if (remoteInputs == null) { in hasValidRemoteInput() 5919 for (RemoteInput r : remoteInputs) { in hasValidRemoteInput()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 453 public void setRemoteInputs(@IdRes int viewId, RemoteInput[] remoteInputs) { in setRemoteInputs() argument 454 mActions.add(new SetRemoteInputsAction(viewId, remoteInputs)); in setRemoteInputs() 3442 public SetRemoteInputsAction(@IdRes int viewId, RemoteInput[] remoteInputs) { 3444 this.remoteInputs = remoteInputs; 3449 remoteInputs = parcel.createTypedArray(RemoteInput.CREATOR); 3454 dest.writeTypedArray(remoteInputs, flags); 3462 target.setTagInternal(R.id.remote_input_tag, remoteInputs); 3470 final Parcelable[] remoteInputs;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 69061 Landroid/widget/RemoteViews$SetRemoteInputsAction;->remoteInputs:[Landroid/os/Parcelable;
|