Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1374 final long recentDuration = TimeUnit.DAYS.toMillis(4); local
1375 final long recentStart = now - recentDuration;
1380 final long projectedBytes = (recentBytes * cycleDuration) / recentDuration;