Home
last modified time | relevance | path

Searched refs:nextRandInt (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java2693 private int nextRandInt() { in nextRandInt() method in WifiMetricsTest
2699 out.timeStampInMs = current.timeStampInMs + nextRandInt(); in nextRandomStats()
2701 out.rxmpdu_be = current.rxmpdu_be + nextRandInt(); in nextRandomStats()
2702 out.txmpdu_be = current.txmpdu_be + nextRandInt(); in nextRandomStats()
2703 out.lostmpdu_be = current.lostmpdu_be + nextRandInt(); in nextRandomStats()
2704 out.retries_be = current.retries_be + nextRandInt(); in nextRandomStats()
2706 out.rxmpdu_bk = current.rxmpdu_bk + nextRandInt(); in nextRandomStats()
2707 out.txmpdu_bk = current.txmpdu_bk + nextRandInt(); in nextRandomStats()
2708 out.lostmpdu_bk = current.lostmpdu_bk + nextRandInt(); in nextRandomStats()
2709 out.retries_bk = current.retries_bk + nextRandInt(); in nextRandomStats()
[all …]