Searched refs:hideSmartReplies (Results 1 – 2 of 2) sorted by relevance
153 boolean hideSmartReplies = entry.notification.getNotification() in shouldShowSmartReplyView()155 if (hideSmartReplies) { in shouldShowSmartReplyView()
3853 public Builder setHideSmartReplies(boolean hideSmartReplies) { in setHideSmartReplies() argument3854 mN.extras.putBoolean(EXTRA_HIDE_SMART_REPLIES, hideSmartReplies); in setHideSmartReplies()