Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DProcFileReader.java173 public long nextLong(boolean stopAtInvalid) throws IOException { in nextLong()
204 private long parseAndConsumeLong(int tokenIndex, boolean stopAtInvalid) throws IOException { in parseAndConsumeLong()