Searched refs:EXTRA_HIDE_SMART_REPLIES (Results 1 – 3 of 3) sorted by relevance
152 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildWithRemoteInput_noExistingInputNoSpinner()166 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildWithRemoteInput_noExistingInputWithSpinner()193 .getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false)); in testRebuildNotificationForCanceledSmartReplies()
153 .extras.getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false); in shouldShowSmartReplyView()
1022 public static final String EXTRA_HIDE_SMART_REPLIES = "android.hideSmartReplies"; field in Notification3851 mN.extras.putBoolean(EXTRA_HIDE_SMART_REPLIES, hideSmartReplies); in setHideSmartReplies()