Searched refs:startServices (Results 1 – 4 of 4) sorted by relevance
58 startServices(names); in start()61 private void startServices(String[] services) { in startServices() method in SystemUIOverlayWindowManager
36 static android::base::Result<void> startServices(const android::sp<Looper>& looper);
68 auto result = ServiceManager::startServices(looper); in main()
37 Result<void> ServiceManager::startServices(const sp<Looper>& looper) { in startServices() function in android::automotive::watchdog::ServiceManager