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.java68 private View mRemoteInputHistory; field in NotificationTemplateViewWrapper
162 mRemoteInputHistory = mView.findViewById( in resolveTemplateViews()
366 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) { in getExtraMeasureHeight()
/frameworks/base/core/java/android/app/
DNotification.java7514 private final boolean mRemoteInputHistory; field in Notification.Builder.Message
7579 mRemoteInputHistory = remoteInputHistory; in Message()
7675 return mRemoteInputHistory; in isRemoteInputHistory()
7702 if (mRemoteInputHistory) { in toBundle()
7703 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7793 Landroid/app/Notification$MessagingStyle$Message;->mRemoteInputHistory:Z