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/
DNotificationRemoteInputManagerTest.java157 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildWithRemoteInput_noExistingInputNoSpinner()
171 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildWithRemoteInput_noExistingInputWithSpinner()
198 .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.java1029 public static final String EXTRA_HIDE_SMART_REPLIES = "android.hideSmartReplies"; field in Notification
3854 mN.extras.putBoolean(EXTRA_HIDE_SMART_REPLIES, hideSmartReplies); in setHideSmartReplies()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7927 Landroid/app/Notification;->EXTRA_HIDE_SMART_REPLIES:Ljava/lang/String;