Searched refs:startServices (Results 1 – 4 of 4) sorted by relevance
59 startServices(names); in start()62 private void startServices(String[] services) { in startServices() method in SystemUIOverlayWindowManager
44 auto result = ServiceManager::getInstance()->startServices(mainLooper); in main()
65 android::base::Result<void> startServices(const android::sp<Looper>& mainLooper);
38 Result<void> ServiceManager::startServices(const sp<Looper>& mainLooper) { in startServices() function in android::automotive::watchdog::ServiceManager