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.java340 long bytesSoFar = getTotalBytesForNetwork(mRequest.template); in checkStats() local
342 Slog.v(TAG, bytesSoFar + " bytes so far since notification for " in checkStats()
345 if (bytesSoFar > mRequest.thresholdInBytes) { in checkStats()
385 long bytesSoFar = getTotalBytesForNetworkUid(mRequest.template, uidsToMonitor[i]); in checkStats() local
386 if (bytesSoFar > mRequest.thresholdInBytes) { in checkStats()