Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DNetworkStatsHistory.java602 final float fractionRx = r.nextFloat(); in generateRandom() local
603 final long rxBytes = (long) (bytes * fractionRx); in generateRandom()
604 final long txBytes = (long) (bytes * (1 - fractionRx)); in generateRandom()