Searched refs:allowedComponents (Results 1 – 1 of 1) sorted by relevance
576 final Set<ComponentName> allowedComponents = toAdd.get(info.userid); in rebindServices() local577 if (allowedComponents != null) { in rebindServices()578 if (allowedComponents.contains(component) && !forceRebind) { in rebindServices()580 allowedComponents.remove(component); in rebindServices()