Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationCategorizer.java46 protected static final int CATEGORY_PEOPLE = 4; field in NotificationCategorizer
55 CATEGORY_PEOPLE, CATEGORY_ALARM, CATEGORY_HIGH
91 return CATEGORY_PEOPLE; in getCategory()
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DAgingHelperTest.java132 when(mCategorizer.getCategory(entry)).thenReturn(NotificationCategorizer.CATEGORY_PEOPLE); in testSnoozingOnSeen()
145 when(mCategorizer.getCategory(entry)).thenReturn(NotificationCategorizer.CATEGORY_PEOPLE); in testNoSnoozingOnSeenUserLocked()
DNotificationCategorizerTest.java74 assertEquals(NotificationCategorizer.CATEGORY_PEOPLE, nc.getCategory(mEntry)); in testPeopleCategory()
75 assertFalse(nc.shouldSilence(NotificationCategorizer.CATEGORY_PEOPLE)); in testPeopleCategory()