Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java667 static final String COUNT_PREFIX = " count="; field in PackageManagerShellCommandIncrementalTest.ReadLogEntry
691 int countIdx = line.indexOf(COUNT_PREFIX, blockIdx + BLOCK_PREFIX.length()); in parse()
695 int fileIdx = line.indexOf(FILE_PREFIX, countIdx + COUNT_PREFIX.length()); in parse()
710 parseInt(line, countIdx, COUNT_PREFIX.length(), fileIdx), in parse()