Searched refs:mRemoteInputHistory (Results 1 – 2 of 2) sorted by relevance
66 private View mRemoteInputHistory; field in NotificationTemplateViewWrapper160 mRemoteInputHistory = mView.findViewById( in resolveTemplateViews()357 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) { in getExtraMeasureHeight()
7771 private final boolean mRemoteInputHistory; field in Notification.Builder.Message7836 mRemoteInputHistory = remoteInputHistory; in Message()7932 return mRemoteInputHistory; in isRemoteInputHistory()7959 if (mRemoteInputHistory) { in toBundle()7960 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()