Searched refs:staCount (Results 1 – 7 of 7) sorted by relevance
388 public short staCount; field in WifiLinkLayerStats.PeerInfo581 sbuf.append(" staCount=").append(peer.staCount) in toString()661 sbuf.append(" staCount=").append(peer.staCount) in toString()767 peerInfo[i].staCount = peer.staCount; in aggregatePeerStats()
5136 line.append(",sta_count=" + entry.staCount); in printWifiUsabilityStatsEntry()7187 wifiUsabilityStatsEntry.staCount = stats.peerInfo[0].staCount;7616 out.staCount = s.staCount;
455 pstat.staCount = 2; in randomizePeerInfoStats()538 assertEquals(iface.links[0].peers[i].staCount, in verifyIfaceStats()539 wifiLinkLayerStats.links[0].peerInfo[i].staCount); in verifyIfaceStats()
267 pstat.staCount = 2; in randomizePeerInfoStats()349 assertEquals(iface.peers.get(i).staCount, wifiLinkLayerStats.links[0] in verifyIfaceStats_1_5()350 .peerInfo[i].staCount); in verifyIfaceStats_1_5()
1082 peer.staCount = staPeerInfo.staCount; in setIfaceStats_1_5()1150 peer.staCount = staPeerInfo.staCount; in setIfaceStats_1_6()
1432 peer.staCount = (short) staPeerInfo.staCount; in setIfaceStatsPerLinkFromAidl()
4036 out[i].staCount = (short) (current[i].staCount + nextRandInt() % 10); in createNewPeerInfo()4257 assertEquals(curPeer.staCount, usabilityStats.staCount); in assertUsabilityStatsAssignment()