Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java757 int timestampBegIdx = timestampEndIdx - 1; in extractTimestamp() local
758 for (; timestampBegIdx >= 0; --timestampBegIdx) { in extractTimestamp()
759 char ch = line.charAt(timestampBegIdx); in extractTimestamp()
765 double timestamp = Double.parseDouble(line.substring(timestampBegIdx, timestampEndIdx)); in extractTimestamp()