Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DProcFileReader.java177 public long nextLong(boolean stopAtInvalid) throws IOException { in nextLong() argument
182 return parseAndConsumeLong(tokenIndex, stopAtInvalid); in nextLong()
208 private long parseAndConsumeLong(int tokenIndex, boolean stopAtInvalid) throws IOException { in parseAndConsumeLong() argument
216 if (stopAtInvalid) { in parseAndConsumeLong()