Searched refs:nextLong (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/util/ |
D | JsonReaderTest.java | 171 assertEquals(1L, reader.nextLong()); in testIntegersWithFractionalPartSpecified() 309 assertEquals(0L, reader.nextLong()); in testLongs() 312 assertEquals(1L, reader.nextLong()); in testLongs() 315 assertEquals(-1L, reader.nextLong()); in testLongs() 323 assertEquals(Long.MIN_VALUE, reader.nextLong()); in testLongs() 329 assertEquals(Long.MAX_VALUE, reader.nextLong()); in testLongs() 330 assertEquals(5, reader.nextLong()); in testLongs() 331 assertEquals(100, reader.nextLong()); in testLongs() 332 assertEquals(11, reader.nextLong()); in testLongs() 333 assertEquals(5, reader.nextLong()); in testLongs() [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | VerifierDeviceIdentityTest.java | 141 public void setNextLong(long nextLong) { in setNextLong() argument 142 mNextLong = nextLong; in setNextLong() 146 public long nextLong() { in nextLong() method in VerifierDeviceIdentityTest.MockRandom
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | NetworkStatsHistoryTest.java | 312 stats = new NetworkStatsHistory(r.nextLong()); in testFuzzing() 316 final long start = r.nextLong(); in testFuzzing() 326 stats.removeBucketsBefore(r.nextLong()); in testFuzzing() 338 final long value = r.nextLong(); in nextPositiveLong()
|
/frameworks/base/core/java/android/content/pm/ |
D | VerifierDeviceIdentity.java | 90 long identity = rng.nextLong(); in generate()
|
/frameworks/base/core/java/android/util/ |
D | JsonReader.java | 478 public long nextLong() throws IOException { in nextLong() method in JsonReader
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 786 salt = SecureRandom.getInstance("SHA1PRNG").nextLong(); in getSalt()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 325 final String newAndroidIdValue = Long.toHexString(random.nextLong()); in ensureAndroidIdIsSet()
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_integrate.jd | 1005 long nonce = RANDOM.nextLong();
|
/frameworks/base/api/ |
D | current.txt | 21308 method public long nextLong() throws java.io.IOException; 36858 method public long nextLong(); 36957 method public long nextLong(); 36958 method public long nextLong(int);
|
D | 14.txt | 21308 method public long nextLong() throws java.io.IOException; 36858 method public long nextLong(); 36957 method public long nextLong(); 36958 method public long nextLong(int);
|