Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java72 private View mRemoteInputHistory; field in NotificationTemplateViewWrapper
172 mRemoteInputHistory = mView.findViewById( in resolveTemplateViews()
361 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) { in getExtraMeasureHeight()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java8635 private final boolean mRemoteInputHistory; field in Notification.Builder.MessagingStyle.Message
8700 mRemoteInputHistory = remoteInputHistory; in Message()
8805 return mRemoteInputHistory; in isRemoteInputHistory()
8832 if (mRemoteInputHistory) { in toBundle()
8833 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7790 Landroid/app/Notification$MessagingStyle$Message;->mRemoteInputHistory:Z