Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRemoteInputNotificationRebuilderTest.java101 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildWithRemoteInput_noExistingInputNoSpinner()
116 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildWithRemoteInput_noExistingInputWithSpinner()
172 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildNotificationForCanceledSmartReplies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt85 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false) in <lambda>()
/frameworks/base/core/java/android/app/
DNotification.java1250 public static final String EXTRA_HIDE_SMART_REPLIES = "android.hideSmartReplies"; field in Notification
4899 mN.extras.putBoolean(EXTRA_HIDE_SMART_REPLIES, hideSmartReplies); in setHideSmartReplies()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7924 Landroid/app/Notification;->EXTRA_HIDE_SMART_REPLIES:Ljava/lang/String;