Searched refs:countIdx (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerShellCommandIncrementalTest.java | 691 int countIdx = line.indexOf(COUNT_PREFIX, blockIdx + BLOCK_PREFIX.length()); in parse() local 692 if (countIdx == -1) { in parse() 695 int fileIdx = line.indexOf(FILE_PREFIX, countIdx + COUNT_PREFIX.length()); in parse() 709 parseInt(line, blockIdx, BLOCK_PREFIX.length(), countIdx), in parse() 710 parseInt(line, countIdx, COUNT_PREFIX.length(), fileIdx), in parse()
|