Searched refs:nextRandInt (Results 1 – 1 of 1) sorted by relevance
3912 private int nextRandInt() { in nextRandInt() method in WifiMetricsTest3923 out.links[i].txmpdu_vi = nextRandInt(); in nextRandomStats()3924 out.links[i].txmpdu_bk = nextRandInt(); in nextRandomStats()3925 out.links[i].radio_id = nextRandInt() % 5; in nextRandomStats()3926 out.links[i].rssi_mgmt = nextRandInt() % 127; in nextRandomStats()3927 out.links[i].beacon_rx = nextRandInt(); in nextRandomStats()3928 out.links[i].frequencyMhz = nextRandInt(); in nextRandomStats()3929 out.links[i].rxmpdu_be = nextRandInt(); in nextRandomStats()3930 out.links[i].txmpdu_be = nextRandInt(); in nextRandomStats()3931 out.links[i].lostmpdu_be = nextRandInt(); in nextRandomStats()[all …]