Searched refs:mLightTrimListeners (Results 1 – 1 of 1) sorted by relevance
3946 private final ArraySet<ManagedServiceInfo> mLightTrimListeners = new ArraySet<>(); field in NotificationManagerService.NotificationListeners3994 mLightTrimListeners.remove(removed); in onServiceRemovedLocked()3999 mLightTrimListeners.add(info); in setOnNotificationPostedTrimLocked()4001 mLightTrimListeners.remove(info); in setOnNotificationPostedTrimLocked()4006 return mLightTrimListeners.contains(info) ? TRIM_LIGHT : TRIM_FULL; in getOnNotificationPostedTrim()