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

  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 555 final long curStart = randomLong(r, start, end);
556 final long curEnd = curStart + randomLong(r, 0, (end - curStart) / 2);
558 entry.rxBytes = randomLong(r, 0, rxBytes);
559 entry.rxPackets = randomLong(r, 0, rxPackets);
560 entry.txBytes = randomLong(r, 0, txBytes);
561 entry.txPackets = randomLong(r, 0, txPackets);
562 entry.operations = randomLong(r, 0, operations);
574 public static long randomLong(Random r, long start, long end) {
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 319 milliseconds