Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java630 int countIdx = line.indexOf(COUNT_PREFIX, blockIdx + BLOCK_PREFIX.length()); in parse() local
631 if (countIdx == -1) { in parse()
634 int fileIdx = line.indexOf(FILE_PREFIX, countIdx + COUNT_PREFIX.length()); in parse()
648 parseInt(line, blockIdx, BLOCK_PREFIX.length(), countIdx), in parse()
649 parseInt(line, countIdx, COUNT_PREFIX.length(), fileIdx), in parse()