Searched refs:EXTRA_HIDE_SMART_REPLIES (Results 1 – 4 of 4) sorted by relevance
157 .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()
154 .extras.getBoolean(Notification.EXTRA_HIDE_SMART_REPLIES, false); in shouldShowSmartReplyView()
1029 public static final String EXTRA_HIDE_SMART_REPLIES = "android.hideSmartReplies"; field in Notification3854 mN.extras.putBoolean(EXTRA_HIDE_SMART_REPLIES, hideSmartReplies); in setHideSmartReplies()
7927 Landroid/app/Notification;->EXTRA_HIDE_SMART_REPLIES:Ljava/lang/String;