Searched refs:COUNT_PREFIX (Results 1 – 1 of 1) sorted by relevance
667 static final String COUNT_PREFIX = " count="; field in PackageManagerShellCommandIncrementalTest.ReadLogEntry691 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()