Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationCategorizer.java39 protected static final int CATEGORY_MIN = -3; field in NotificationCategorizer
53 CATEGORY_MIN, CATEGORY_EVERYTHING_ELSE, CATEGORY_ONGOING, CATEGORY_CALL,
74 return CATEGORY_MIN; in getCategory()
DAgingHelper.java76 if (category == NotificationCategorizer.CATEGORY_MIN) { in onNotificationSeen()
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DNotificationCategorizerTest.java85 assertEquals(NotificationCategorizer.CATEGORY_MIN, nc.getCategory(mEntry)); in testMin()
86 assertTrue(nc.shouldSilence(NotificationCategorizer.CATEGORY_MIN)); in testMin()