Home
last modified time | relevance | path

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

/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DNotificationCategorizerTest.java110 assertEquals(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE, nc.getCategory(mEntry)); in testOngoingCategory()
111 assertTrue(nc.shouldSilence(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE)); in testOngoingCategory()
125 assertEquals(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE, nc.getCategory(mEntry)); in testAlarmCategory()
126 assertTrue(nc.shouldSilence(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE)); in testAlarmCategory()
140 assertEquals(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE, nc.getCategory(mEntry)); in testCallCategory()
141 assertTrue(nc.shouldSilence(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE)); in testCallCategory()
155 assertEquals(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE, nc.getCategory(mEntry)); in testReminderCategory()
156 assertTrue(nc.shouldSilence(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE)); in testReminderCategory()
170 assertEquals(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE, nc.getCategory(mEntry)); in testEventCategory()
185 assertEquals(NotificationCategorizer.CATEGORY_EVERYTHING_ELSE, nc.getCategory(mEntry)); in testSystemCategory()
[all …]
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationCategorizer.java40 protected static final int CATEGORY_EVERYTHING_ELSE = -2; field in NotificationCategorizer
53 CATEGORY_MIN, CATEGORY_EVERYTHING_ELSE, CATEGORY_ONGOING, CATEGORY_CALL,
71 return CATEGORY_EVERYTHING_ELSE; in getCategory()
107 return CATEGORY_EVERYTHING_ELSE; in getCategory()
DAgingHelper.java168 NotificationCategorizer.CATEGORY_EVERYTHING_ELSE));