Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1833 private final RemoteInput[] mRemoteInputs; field in Notification.Action
1870 mRemoteInputs = in.createTypedArray(RemoteInput.CREATOR); in Action()
1898 this.mRemoteInputs = remoteInputs; in Action()
1937 return mRemoteInputs; in getRemoteInputs()
1992 @Nullable private ArrayList<RemoteInput> mRemoteInputs; field in Notification.Action.Builder
2069 mRemoteInputs = new ArrayList<>(remoteInputs.length); in Builder()
2070 Collections.addAll(mRemoteInputs, remoteInputs); in Builder()
2111 if (mRemoteInputs == null) { in addRemoteInput()
2112 mRemoteInputs = new ArrayList<RemoteInput>(); in addRemoteInput()
2114 mRemoteInputs.add(remoteInput); in addRemoteInput()
[all …]
/frameworks/base/core/java/android/widget/
DRemoteViews.java3644 final Parcelable[] mRemoteInputs;
3648 this.mRemoteInputs = remoteInputs;
3653 mRemoteInputs = parcel.createTypedArray(RemoteInput.CREATOR);
3658 dest.writeTypedArray(mRemoteInputs, flags);
3666 target.setTagInternal(R.id.remote_input_tag, mRemoteInputs);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7540 Landroid/app/Notification$Action$Builder;->mRemoteInputs:Ljava/util/ArrayList;
7562 Landroid/app/Notification$Action;->mRemoteInputs:[Landroid/app/RemoteInput;