Searched refs:numHighMovementConnectionStarted (Results 1 – 2 of 2) sorted by relevance
834 public int numHighMovementConnectionStarted = 0; field in WifiMetrics.BssidBlocklistStats844 proto.numHighMovementConnectionStarted = numHighMovementConnectionStarted; in toProto()870 sb.append(", numHighMovementConnectionStarted=" + numHighMovementConnectionStarted); in toString()8495 mBssidBlocklistStats.numHighMovementConnectionStarted++;
2401 assertEquals(1, mDecodedProto.bssidBlocklistStats.numHighMovementConnectionStarted); in testBssidBlocklistMetrics()