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.java2625 private int nextRandInt() { in nextRandInt() method in WifiMetricsTest
2631 out.timeStampInMs = current.timeStampInMs + nextRandInt(); in nextRandomStats()
2633 out.rxmpdu_be = current.rxmpdu_be + nextRandInt(); in nextRandomStats()
2634 out.txmpdu_be = current.txmpdu_be + nextRandInt(); in nextRandomStats()
2635 out.lostmpdu_be = current.lostmpdu_be + nextRandInt(); in nextRandomStats()
2636 out.retries_be = current.retries_be + nextRandInt(); in nextRandomStats()
2638 out.rxmpdu_bk = current.rxmpdu_bk + nextRandInt(); in nextRandomStats()
2639 out.txmpdu_bk = current.txmpdu_bk + nextRandInt(); in nextRandomStats()
2640 out.lostmpdu_bk = current.lostmpdu_bk + nextRandInt(); in nextRandomStats()
2641 out.retries_bk = current.retries_bk + nextRandInt(); in nextRandomStats()
[all …]