Home
last modified time | relevance | path

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

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