Home
last modified time | relevance | path

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

/frameworks/opt/car/services/builtInServices/host_tests/src/com/android/internal/car/test/
DCarServiceCrashDumpTest.java222 String grepResult = executeCommand("cat %s", dumpFile); in testCarServiceCrashDump() local
224 assertWithMessage("dumped content not empty").that(grepResult) in testCarServiceCrashDump()
228 assertWithMessage("dumped content contains interesting pid").that(grepResult) in testCarServiceCrashDump()