Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java317 () -> mServices[i] = startStartable(clsName, entry.getValue()), in startServicesIfNeeded()
423 return startStartable(startable); in startAdditionalStartable()
426 private static CoreStartable startStartable(String clsName, Provider<CoreStartable> provider) { in startStartable() method in SystemUIApplication
434 return startStartable(startable); in startStartable()
437 private static CoreStartable startStartable(CoreStartable startable) { in startStartable() method in SystemUIApplication