Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobNotificationCoordinator.java215 stripUijFlag = !isNotificationUsedForAnyUij(userId, packageName, notificationId); in removeNotificationAssociation()
252 private boolean isNotificationUsedForAnyUij(int userId, String packageName, in isNotificationUsedForAnyUij() method in JobNotificationCoordinator
276 if (isNotificationUsedForAnyUij(userId, packageName, notificationId)) { in maybeDeleteNotificationIdAssociation()