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.java59 startServices(names); in start()
62 private void startServices(String[] services) { in startServices() method in SystemUIOverlayWindowManager
/packages/services/Car/cpp/watchdog/server/src/
Dmain.cpp44 auto result = ServiceManager::getInstance()->startServices(mainLooper); in main()
DServiceManager.h65 android::base::Result<void> startServices(const android::sp<Looper>& mainLooper);
DServiceManager.cpp38 Result<void> ServiceManager::startServices(const sp<Looper>& mainLooper) { in startServices() function in android::automotive::watchdog::ServiceManager