Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java698 int timestampEndIdx = line.indexOf(timestampEnd); in extractTimestamp() local
699 if (timestampEndIdx == -1) { in extractTimestamp()
703 int timestampBegIdx = timestampEndIdx - 1; in extractTimestamp()
711 double timestamp = Double.parseDouble(line.substring(timestampBegIdx, timestampEndIdx)); in extractTimestamp()