Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DProcFileReader.java166 return parseAndConsumeLong(tokenIndex); in nextLong()
179 return parseAndConsumeLong(tokenIndex); in nextOptionalLong()
189 private long parseAndConsumeLong(int tokenIndex) throws IOException { in parseAndConsumeLong() method in ProcFileReader