Searched refs:mRemoteInputHistory (Results 1 – 3 of 3) sorted by relevance
80 private View mRemoteInputHistory; field in NotificationTemplateViewWrapper181 mRemoteInputHistory = mView.findViewById( in resolveTemplateViews()357 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) { in getExtraMeasureHeight()
9506 private final boolean mRemoteInputHistory; field in Notification.Builder.MessagingStyle.Message9571 mRemoteInputHistory = remoteInputHistory; in Message()9720 return mRemoteInputHistory; in isRemoteInputHistory()9749 if (mRemoteInputHistory) { in toBundle()9750 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()
7790 Landroid/app/Notification$MessagingStyle$Message;->mRemoteInputHistory:Z