Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationCategorizer.java42 protected static final int CATEGORY_SYSTEM_LOW = 0; field in NotificationCategorizer
54 CATEGORY_SYSTEM_LOW, CATEGORY_EVENT, CATEGORY_REMINDER, CATEGORY_SYSTEM,
98 return CATEGORY_SYSTEM_LOW; in getCategory()
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DNotificationCategorizerTest.java196 assertEquals(NotificationCategorizer.CATEGORY_SYSTEM_LOW, nc.getCategory(mEntry)); in testSystemLowCategory()
197 assertTrue(nc.shouldSilence(NotificationCategorizer.CATEGORY_SYSTEM_LOW)); in testSystemLowCategory()