Searched refs:blockIdx (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerShellCommandIncrementalTest.java | 646 public final int blockIdx; field in PackageManagerShellCommandIncrementalTest.ReadLogEntry 652 private ReadLogEntry(String line, int blockIdx, int count, int fileIdx, int appId, in ReadLogEntry() argument 655 this.blockIdx = blockIdx; in ReadLogEntry() 663 return blockIdx + "/" + count + "/" + fileIdx + "/" + appId + "/" + userId; in toString() 687 int blockIdx = line.indexOf(BLOCK_PREFIX); in parse() local 688 if (blockIdx == -1) { in parse() 691 int countIdx = line.indexOf(COUNT_PREFIX, blockIdx + BLOCK_PREFIX.length()); in parse() 709 parseInt(line, blockIdx, BLOCK_PREFIX.length(), countIdx), in parse() 864 int blockIdx = readLogEntry.blockIdx + i; in testInstallWithIdSigNoDigesting() 865 if (touched[fileIdx][blockIdx]) { in testInstallWithIdSigNoDigesting() [all …]
|