Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationTemplateViewWrapper.java66 private View mRemoteInputHistory; field in NotificationTemplateViewWrapper
160 mRemoteInputHistory = mView.findViewById( in resolveTemplateViews()
357 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) { in getExtraMeasureHeight()
/frameworks/base/core/java/android/app/
DNotification.java7771 private final boolean mRemoteInputHistory; field in Notification.Builder.Message
7836 mRemoteInputHistory = remoteInputHistory; in Message()
7932 return mRemoteInputHistory; in isRemoteInputHistory()
7959 if (mRemoteInputHistory) { in toBundle()
7960 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()