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

/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java320 entry.rxBytes = nextPositiveLong(r);
321 entry.rxPackets = nextPositiveLong(r);
322 entry.txBytes = nextPositiveLong(r);
323 entry.txPackets = nextPositiveLong(r);
324 entry.operations = nextPositiveLong(r);
339 private static long nextPositiveLong(Random r) { method in class:NetworkStatsHistoryTest

Completed in 21 milliseconds