Searched defs:startSystemServer (Results 1 – 3 of 3) sorted by relevance
154 bool startSystemServer = (i < argc) ? in main() local
530 private static boolean startSystemServer() in startSystemServer() method in ZygoteInit
858 void AndroidRuntime::start(const char* className, const bool startSystemServer) in start()