Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java585 public final int blockIdx; field in PackageManagerShellCommandIncrementalTest.ReadLogEntry
591 private ReadLogEntry(String line, int blockIdx, int count, int fileIdx, int appId, in ReadLogEntry() argument
594 this.blockIdx = blockIdx; in ReadLogEntry()
602 return blockIdx + "/" + count + "/" + fileIdx + "/" + appId + "/" + userId; in toString()
626 int blockIdx = line.indexOf(BLOCK_PREFIX); in parse() local
627 if (blockIdx == -1) { in parse()
630 int countIdx = line.indexOf(COUNT_PREFIX, blockIdx + BLOCK_PREFIX.length()); in parse()
648 parseInt(line, blockIdx, BLOCK_PREFIX.length(), countIdx), in parse()