Home
last modified time | relevance | path

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

/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java39 private static final String TEST_APP_LOG_REGEXP = "PID is (\\d+)"; field in ProcfsHostTests
40 private static final Pattern TEST_APP_LOG_PATTERN = Pattern.compile(TEST_APP_LOG_REGEXP);