Searched refs:nextLong (Results 1 - 24 of 24) sorted by relevance

/frameworks/volley/src/test/java/com/android/volley/utils/
H A DCacheTestUtils.java26 entry.etag = String.valueOf(random.nextLong());
27 entry.lastModified = random.nextLong();
/frameworks/base/core/java/com/android/internal/net/
H A DNetworkStatsFactory.java111 entry.rxBytes = reader.nextLong();
112 entry.rxPackets = reader.nextLong();
113 entry.txBytes = reader.nextLong();
114 entry.txPackets = reader.nextLong();
118 entry.rxBytes += reader.nextLong();
119 entry.rxPackets += reader.nextLong();
120 entry.txBytes += reader.nextLong();
121 entry.txPackets += reader.nextLong();
166 entry.rxBytes = reader.nextLong();
167 entry.rxPackets = reader.nextLong();
[all...]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DProcFileReaderTest.java121 assertEquals(1, reader.nextLong());
122 assertEquals(-1024, reader.nextLong());
123 assertEquals(Long.MAX_VALUE, reader.nextLong());
124 assertEquals(Long.MIN_VALUE, reader.nextLong());
145 assertEquals(1, reader.nextLong());
158 assertEquals(123L, reader.nextLong());
H A DFileRotatorTest.java342 currentTime += Math.abs(random.nextLong()) % DAY_IN_MILLIS;
/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/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/util/
H A DLongSparseLongArrayTest.java82 final long key = r.nextLong();
83 final long value = r.nextLong();
/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java90 long identity = rng.nextLong();
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DElementLayoutActivity.java121 chronometer.setBase(mRandom.nextLong());
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java314 stats = new NetworkStatsHistory(r.nextLong());
318 final long start = r.nextLong();
328 stats.removeBucketsBefore(r.nextLong());
340 final long value = r.nextLong();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copyPadded.java603 inArray[i] = random.nextLong();
638 inArray[i] = random.nextLong();
674 inArray[i] = random.nextLong();
878 inArray[i] = random.nextLong();
1079 inArray[i] = random.nextLong();
1283 inArray[i] = random.nextLong();
H A DUT_alloc_copy.java231 inArray[i] = random.nextLong();
427 inArray[i] = random.nextLong();
626 inArray[i] = random.nextLong();
H A DUT_math_agree.java143 lv[i] = rand.nextLong();
342 long rand_sl1_0 = rand.nextLong();
346 long rand_sl1_1 = rand.nextLong();
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copyPadded.java603 inArray[i] = random.nextLong();
638 inArray[i] = random.nextLong();
674 inArray[i] = random.nextLong();
878 inArray[i] = random.nextLong();
1079 inArray[i] = random.nextLong();
1283 inArray[i] = random.nextLong();
H A DUT_alloc_copy.java231 inArray[i] = random.nextLong();
427 inArray[i] = random.nextLong();
626 inArray[i] = random.nextLong();
H A DUT_math_agree.java143 lv[i] = rand.nextLong();
342 long rand_sl1_0 = rand.nextLong();
346 long rand_sl1_1 = rand.nextLong();
/frameworks/base/core/java/android/util/
H A DJsonReader.java118 * id = reader.nextLong();
478 public long nextLong() throws IOException { method in class:JsonReader
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java252 private final String mBrowserBailOutToken = Long.toString(new Random().nextLong());
/frameworks/base/packages/DocumentsUI/perf-tests/src/com/android/documentsui/
H A DStressProvider.java252 return REFERENCE_TIMESTAMP - random.nextLong() % 1000L * 60 * 60 * 24 * 30;
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_math_agree.java143 lv[i] = rand.nextLong();
342 long rand_sl1_0 = rand.nextLong();
346 long rand_sl1_1 = rand.nextLong();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java285 Long.toString(Math.abs(new Random().nextLong()), 36);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1096 salt = SecureRandom.getInstance("SHA1PRNG").nextLong();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1936 String androidId = Long.toHexString(new SecureRandom().nextLong());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3133 milliseconds