Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationSnooze.java66 private static final int MAX_ASSISTANT_SUGGESTIONS = 1; field in NotificationSnooze
199 final int count = Math.min(MAX_ASSISTANT_SUGGESTIONS, snoozeList.size()); in setSnoozeOptions()