Home
last modified time | relevance | path

Searched refs:systemServerPid (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/car/services/builtInServices/host_tests/src/com/android/internal/car/test/
DCarServiceCrashDumpTest.java205 String systemServerPid = executeCommand(String.format("pidof %s", "system_server")).strip(); in testCarServiceCrashDump() local
206 assertWithMessage("system_service pid not empty").that(systemServerPid).isNotEmpty(); in testCarServiceCrashDump()
207 pids.add(systemServerPid); in testCarServiceCrashDump()