Searched refs:startedStartables (Results 1 – 1 of 1) sorted by relevance
277 HashSet<Class<?>> startedStartables = new HashSet<>(); in startServicesIfNeeded() local312 if (deps == null || startedStartables.containsAll(deps)) { in startServicesIfNeeded()320 startedStartables.add(cls); in startServicesIfNeeded()338 if (!startedStartables.contains(c)) { in startServicesIfNeeded()