Searched refs:sortedStartables (Results 1 – 1 of 1) sorted by relevance
214 Map<Class<?>, Provider<CoreStartable>> sortedStartables = new TreeMap<>( in startSystemUserServicesIfNeeded() local216 sortedStartables.putAll(mSysUIComponent.getStartables()); in startSystemUserServicesIfNeeded()217 sortedStartables.putAll(mSysUIComponent.getPerUserStartables()); in startSystemUserServicesIfNeeded()219 sortedStartables, "StartServices", vendorComponent); in startSystemUserServicesIfNeeded()233 Map<Class<?>, Provider<CoreStartable>> sortedStartables = new TreeMap<>( in startSecondaryUserServicesIfNeeded() local235 sortedStartables.putAll(mSysUIComponent.getPerUserStartables()); in startSecondaryUserServicesIfNeeded()237 sortedStartables, "StartSecondaryServices", null); in startSecondaryUserServicesIfNeeded()