Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsObservers.java339 long bytesSoFar = getTotalBytesForNetwork(mRequest.template); in checkStats() local
341 Slog.v(TAG, bytesSoFar + " bytes so far since notification for " in checkStats()
344 if (bytesSoFar > mRequest.thresholdInBytes) { in checkStats()
384 long bytesSoFar = getTotalBytesForNetworkUid(mRequest.template, uidsToMonitor[i]); in checkStats() local
385 if (bytesSoFar > mRequest.thresholdInBytes) { in checkStats()