Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java690 final String timestampEnd = ": tracing_mark_write:"; in extractTimestamp() local
691 int timestampEndIdx = line.indexOf(timestampEnd); in extractTimestamp()