Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1222 final long recentBytes = getTotalBytes(policy.template, recentStart, recentEnd); local
1225 final long projectedBytes = (recentBytes * cycleDuration) / recentDuration;
1229 Slog.d(TAG, "Rapid usage considering recent " + recentBytes + " projected "