Home
last modified time | relevance | path

Searched refs:hideSmartReplies (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java153 boolean hideSmartReplies = entry.notification.getNotification() in shouldShowSmartReplyView()
155 if (hideSmartReplies) { in shouldShowSmartReplyView()
/frameworks/base/core/java/android/app/
DNotification.java3853 public Builder setHideSmartReplies(boolean hideSmartReplies) { in setHideSmartReplies() argument
3854 mN.extras.putBoolean(EXTRA_HIDE_SMART_REPLIES, hideSmartReplies); in setHideSmartReplies()