Searched refs:mRemoteInputHistory (Results 1 – 3 of 3) sorted by relevance
68 private View mRemoteInputHistory; field in NotificationTemplateViewWrapper162 mRemoteInputHistory = mView.findViewById( in resolveTemplateViews()366 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) { in getExtraMeasureHeight()
7514 private final boolean mRemoteInputHistory; field in Notification.Builder.Message7579 mRemoteInputHistory = remoteInputHistory; in Message()7675 return mRemoteInputHistory; in isRemoteInputHistory()7702 if (mRemoteInputHistory) { in toBundle()7703 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()
7793 Landroid/app/Notification$MessagingStyle$Message;->mRemoteInputHistory:Z