Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java86 private RemoteInput[] mRemoteInputs; field in RemoteInputView
148 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent, in sendRemoteInput()
289 mRemoteInputs = remoteInputs; in setRemoteInput()
413 setRemoteInput(other.mRemoteInputs, other.mRemoteInput, mEntry.editedSuggestionInfo); in stealFocusFrom()
/frameworks/base/core/java/android/app/
DNotification.java1456 private final RemoteInput[] mRemoteInputs; field in Notification.Action
1492 mRemoteInputs = in.createTypedArray(RemoteInput.CREATOR); in Action()
1518 this.mRemoteInputs = remoteInputs; in Action()
1556 return mRemoteInputs; in getRemoteInputs()
1600 @Nullable private ArrayList<RemoteInput> mRemoteInputs; field in Notification.Action.Builder
1645 mRemoteInputs = new ArrayList<RemoteInput>(remoteInputs.length); in Builder()
1646 Collections.addAll(mRemoteInputs, remoteInputs); in Builder()
1686 if (mRemoteInputs == null) { in addRemoteInput()
1687 mRemoteInputs = new ArrayList<RemoteInput>(); in addRemoteInput()
1689 mRemoteInputs.add(remoteInput); in addRemoteInput()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7543 Landroid/app/Notification$Action$Builder;->mRemoteInputs:Ljava/util/ArrayList;
7565 Landroid/app/Notification$Action;->mRemoteInputs:[Landroid/app/RemoteInput;