Home
last modified time | relevance | path

Searched refs:EXTRA_HIDE_SMART_REPLIES (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java185 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildWithRemoteInput_noExistingInputNoSpinner()
200 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildWithRemoteInput_noExistingInputWithSpinner()
256 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildNotificationForCanceledSmartReplies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DInflatedSmartReplies.java154 .extras.getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false); in shouldShowSmartReplyView()
/frameworks/base/core/java/android/app/
DNotification.java1057 public static final String EXTRA_HIDE_SMART_REPLIES = "android.hideSmartReplies"; field in Notification
3984 mN.extras.putBoolean(EXTRA_HIDE_SMART_REPLIES, hideSmartReplies); in setHideSmartReplies()