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.java152 boolean hideSmartReplies = entry.notification.getNotification() in shouldShowSmartReplyView()
154 if (hideSmartReplies) { in shouldShowSmartReplyView()
/frameworks/base/core/java/android/app/
DNotification.java3850 public Builder setHideSmartReplies(boolean hideSmartReplies) { in setHideSmartReplies() argument
3851 mN.extras.putBoolean(EXTRA_HIDE_SMART_REPLIES, hideSmartReplies); in setHideSmartReplies()