Searched refs:unbundledNotificationsByUser (Results 1 – 1 of 1) sorted by relevance
67 Map<String, LinkedHashSet<String>> unbundledNotificationsByUser in onNotificationPosted() local69 if (unbundledNotificationsByUser == null) { in onNotificationPosted()70 unbundledNotificationsByUser = new HashMap<>(); in onNotificationPosted()72 mUnbundledNotifications.put(sbn.getUserId(), unbundledNotificationsByUser); in onNotificationPosted() local74 = unbundledNotificationsByUser.get(sbn.getPackageName()); in onNotificationPosted()80 unbundledNotificationsByUser.put(sbn.getPackageName(), notificationsForPackage); in onNotificationPosted()121 Map<String, LinkedHashSet<String>> unbundledNotificationsByUser in maybeUnbundle() local123 if (unbundledNotificationsByUser == null || unbundledNotificationsByUser.size() == 0) { in maybeUnbundle()127 = unbundledNotificationsByUser.get(sbn.getPackageName()); in maybeUnbundle()