Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DProcFileReader.java182 return parseAndConsumeLong(tokenIndex, stopAtInvalid); in nextLong()
195 return parseAndConsumeLong(tokenIndex, false); in nextOptionalLong()
208 private long parseAndConsumeLong(int tokenIndex, boolean stopAtInvalid) throws IOException { in parseAndConsumeLong() method in ProcFileReader