Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java80 private View mRemoteInputHistory; field in NotificationTemplateViewWrapper
181 mRemoteInputHistory = mView.findViewById( in resolveTemplateViews()
357 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) { in getExtraMeasureHeight()
/frameworks/base/core/java/android/app/
DNotification.java9506 private final boolean mRemoteInputHistory; field in Notification.Builder.MessagingStyle.Message
9571 mRemoteInputHistory = remoteInputHistory; in Message()
9720 return mRemoteInputHistory; in isRemoteInputHistory()
9749 if (mRemoteInputHistory) { in toBundle()
9750 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7790 Landroid/app/Notification$MessagingStyle$Message;->mRemoteInputHistory:Z