Home
last modified time | relevance | path

Searched refs:mRemoteInputs (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1767 private final RemoteInput[] mRemoteInputs; field in Notification.Action
1832 this.mRemoteInputs = remoteInputs; in Action()
1871 return mRemoteInputs; in getRemoteInputs()
1926 @Nullable private ArrayList<RemoteInput> mRemoteInputs; field in Notification.Action.Builder
2045 if (mRemoteInputs == null) { in addRemoteInput()
2046 mRemoteInputs = new ArrayList<RemoteInput>(); in addRemoteInput()
2048 mRemoteInputs.add(remoteInput); in addRemoteInput()
2152 if (mRemoteInputs != null) { in build()
2153 for (RemoteInput input : mRemoteInputs) { in build()
2214 out.writeTypedArray(mRemoteInputs, flags); in writeToParcel()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7540 Landroid/app/Notification$Action$Builder;->mRemoteInputs:Ljava/util/ArrayList;
7562 Landroid/app/Notification$Action;->mRemoteInputs:[Landroid/app/RemoteInput;