Searched refs:REASON_SNOOZED (Results 1 – 6 of 6) sorted by relevance
27 import android.service.notification.NotificationListenerService.REASON_SNOOZED in <lambda>()143 if (reason == REASON_SNOOZED) { in extractPersonKey()
34 import static android.service.notification.NotificationListenerService.REASON_SNOOZED;808 REASON_SNOOZED,
251 public static final int REASON_SNOOZED = 18; field in NotificationListenerService280 REASON_SNOOZED,
98 import static android.service.notification.NotificationListenerService.REASON_SNOOZED;675 if (pair.second != REASON_SNOOZED || includeSnoozed) { in getArray()6788 cancelNotificationLocked(r, false, REASON_SNOOZED, wasPosted, null);6902 if (mReason != REASON_SNOOZED) {8389 if (reason != REASON_SNOOZED) {
153 REASON_SNOOZED = 18; enumerator
38646 field public static final int REASON_SNOOZED = 18; // 0x12