Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationCategorizer.java40 protected static final int CATEGORY_ONGOING = -1; field in NotificationCategorizer
52 CATEGORY_MIN, CATEGORY_EVERYTHING_ELSE, CATEGORY_ONGOING, CATEGORY_CALL,
104 return CATEGORY_ONGOING; in getCategory()
DAgingHelper.java81 if (category == NotificationCategorizer.CATEGORY_ONGOING in onNotificationSeen()
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DNotificationCategorizerTest.java106 assertEquals(NotificationCategorizer.CATEGORY_ONGOING, nc.getCategory(mEntry)); in testOngoingCategory()
107 assertTrue(nc.shouldSilence(NotificationCategorizer.CATEGORY_ONGOING)); in testOngoingCategory()