Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java576 final Set<ComponentName> allowedComponents = toAdd.get(info.userid); in rebindServices() local
577 if (allowedComponents != null) { in rebindServices()
578 if (allowedComponents.contains(component) && !forceRebind) { in rebindServices()
580 allowedComponents.remove(component); in rebindServices()