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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java78 private RemoteInput[] mRemoteInputs; field in class:RemoteInputView
138 RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent,
249 mRemoteInputs = remoteInputs;
377 setRemoteInput(other.mRemoteInputs, other.mRemoteInput);
/frameworks/base/core/java/android/app/
H A DNotification.java1006 private final RemoteInput[] mRemoteInputs; field in class:Notification.Action
1040 mRemoteInputs = in.createTypedArray(RemoteInput.CREATOR);
1062 this.mRemoteInputs = remoteInputs;
1097 return mRemoteInputs;
1109 private ArrayList<RemoteInput> mRemoteInputs; field in class:Notification.Action.Builder
1150 mRemoteInputs = new ArrayList<RemoteInput>(remoteInputs.length);
1151 Collections.addAll(mRemoteInputs, remoteInputs);
1187 if (mRemoteInputs == null) {
1188 mRemoteInputs = new ArrayList<RemoteInput>();
1190 mRemoteInputs
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2418 private final RemoteInput[] mRemoteInputs; field in class:NotificationCompat.Action
2445 this.mRemoteInputs = remoteInputs;
2487 return mRemoteInputs;
2499 private ArrayList<RemoteInput> mRemoteInputs; field in class:NotificationCompat.Action.Builder
2558 if (mRemoteInputs == null) {
2559 mRemoteInputs = new ArrayList<RemoteInput>();
2561 mRemoteInputs.add(remoteInput);
2594 RemoteInput[] remoteInputs = mRemoteInputs != null
2595 ? mRemoteInputs.toArray(new RemoteInput[mRemoteInputs
[all...]

Completed in 140 milliseconds