Searched refs:systemServerPid (Results 1 – 1 of 1) sorted by relevance
205 String systemServerPid = executeCommand(String.format("pidof %s", "system_server")).strip(); in testCarServiceCrashDump() local206 assertWithMessage("system_service pid not empty").that(systemServerPid).isNotEmpty(); in testCarServiceCrashDump()207 pids.add(systemServerPid); in testCarServiceCrashDump()