Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java151 startServicesIfNeeded(SERVICES_PER_USER); in onCreate()
162 public void startServicesIfNeeded() { in startServicesIfNeeded() method in SystemUIApplication
163 startServicesIfNeeded(SERVICES); in startServicesIfNeeded()
173 startServicesIfNeeded(SERVICES_PER_USER); in startSecondaryUserServicesIfNeeded()
176 private void startServicesIfNeeded(Class<?>[] services) { in startServicesIfNeeded() method in SystemUIApplication
DSystemUIService.java33 ((SystemUIApplication) getApplication()).startServicesIfNeeded(); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardService.java46 ((SystemUIApplication) getApplication()).startServicesIfNeeded(); in onCreate()