Searched defs:nextLong (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DProcFileReader.java161 public long nextLong() throws IOException { method in class:ProcFileReader
222 final long value = nextLong();
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DVerifierDeviceIdentityTest.java141 public void setNextLong(long nextLong) { argument
142 mNextLong = nextLong;
146 public long nextLong() { method in class:VerifierDeviceIdentityTest.MockRandom
/frameworks/base/core/java/android/util/
H A DJsonReader.java118 * id = reader.nextLong();
478 public long nextLong() throws IOException { method in class:JsonReader

Completed in 754 milliseconds