Searched refs:timestampEndIdx (Results 1 – 1 of 1) sorted by relevance
752 int timestampEndIdx = line.indexOf(timestampEnd); in extractTimestamp() local753 if (timestampEndIdx == -1) { in extractTimestamp()757 int timestampBegIdx = timestampEndIdx - 1; in extractTimestamp()765 double timestamp = Double.parseDouble(line.substring(timestampBegIdx, timestampEndIdx)); in extractTimestamp()