HomeSort by relevance Sort by last modified time
    Searched defs:randomLong (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 594 final long curStart = randomLong(r, start, end);
595 final long curEnd = curStart + randomLong(r, 0, (end - curStart) / 2);
597 entry.rxBytes = randomLong(r, 0, rxBytes);
598 entry.rxPackets = randomLong(r, 0, rxPackets);
599 entry.txBytes = randomLong(r, 0, txBytes);
600 entry.txPackets = randomLong(r, 0, txPackets);
601 entry.operations = randomLong(r, 0, operations);
613 public static long randomLong(Random r, long start, long end) {
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 281 milliseconds