Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationCategorizer.java49 protected static final int CATEGORY_HIGH = 7; field in NotificationCategorizer
55 CATEGORY_PEOPLE, CATEGORY_ALARM, CATEGORY_HIGH
102 return CATEGORY_HIGH; in getCategory()
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DNotificationCategorizerTest.java95 assertEquals(NotificationCategorizer.CATEGORY_HIGH, nc.getCategory(mEntry)); in testHigh()
96 assertFalse(nc.shouldSilence(NotificationCategorizer.CATEGORY_HIGH)); in testHigh()