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