Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3457 private boolean notificationMatchesCurrentProfiles(NotificationRecord r, int userId) { in notificationMatchesCurrentProfiles() method in NotificationManagerService
3530 if (!notificationMatchesCurrentProfiles(r, userId)) { in cancelAllLocked()