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

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

Completed in 23 milliseconds