Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java214 Map<Class<?>, Provider<CoreStartable>> sortedStartables = new TreeMap<>( in startSystemUserServicesIfNeeded() local
216 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() local
235 sortedStartables.putAll(mSysUIComponent.getPerUserStartables()); in startSecondaryUserServicesIfNeeded()
237 sortedStartables, "StartSecondaryServices", null); in startSecondaryUserServicesIfNeeded()