Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DSystemUIOverlayWindowManager.java58 startServices(names); in start()
61 private void startServices(String[] services) { in startServices() method in SystemUIOverlayWindowManager
/packages/services/Car/cpp/watchdog/server/src/
DServiceManager.h36 static android::base::Result<void> startServices(const android::sp<Looper>& looper);
Dmain.cpp68 auto result = ServiceManager::startServices(looper); in main()
DServiceManager.cpp37 Result<void> ServiceManager::startServices(const sp<Looper>& looper) { in startServices() function in android::automotive::watchdog::ServiceManager