Searched refs:mRemoteInputHistory (Results 1 – 3 of 3) sorted by relevance
72 private View mRemoteInputHistory; field in NotificationTemplateViewWrapper172 mRemoteInputHistory = mView.findViewById( in resolveTemplateViews()361 if (mRemoteInputHistory != null && mRemoteInputHistory.getVisibility() != View.GONE) { in getExtraMeasureHeight()
8635 private final boolean mRemoteInputHistory; field in Notification.Builder.MessagingStyle.Message8700 mRemoteInputHistory = remoteInputHistory; in Message()8805 return mRemoteInputHistory; in isRemoteInputHistory()8832 if (mRemoteInputHistory) { in toBundle()8833 bundle.putBoolean(KEY_REMOTE_INPUT_HISTORY, mRemoteInputHistory); in toBundle()
7790 Landroid/app/Notification$MessagingStyle$Message;->mRemoteInputHistory:Z