Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsObservers.java377 long bytesSoFar = getTotalBytesForNetwork(mRequest.template); in checkStats() local
379 Log.v(TAG, bytesSoFar + " bytes so far since notification for " in checkStats()
382 if (bytesSoFar > mRequest.thresholdInBytes) { in checkStats()
423 long bytesSoFar = getTotalBytesForNetworkUid(mRequest.template, uidsToMonitor[i]); in checkStats() local
424 if (bytesSoFar > mRequest.thresholdInBytes) { in checkStats()