Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1512 final long projectedBytes = (recentBytes * cycleDuration) / recentDuration; local
1517 + projectedBytes + " alert " + alertBytes);
1522 if (projectedBytes > alertBytes && !snoozedRecently) {