Searched refs:CATEGORY_SYSTEM_LOW (Results 1 – 2 of 2) sorted by relevance
42 protected static final int CATEGORY_SYSTEM_LOW = 0; field in NotificationCategorizer54 CATEGORY_SYSTEM_LOW, CATEGORY_EVENT, CATEGORY_REMINDER, CATEGORY_SYSTEM,98 return CATEGORY_SYSTEM_LOW; in getCategory()
196 assertEquals(NotificationCategorizer.CATEGORY_SYSTEM_LOW, nc.getCategory(mEntry)); in testSystemLowCategory()197 assertTrue(nc.shouldSilence(NotificationCategorizer.CATEGORY_SYSTEM_LOW)); in testSystemLowCategory()