Searched refs:computeLastCycleBoundary (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java29 import static android.net.NetworkPolicyManager.computeLastCycleBoundary;
454 final long actualCycle = computeLastCycleBoundary(currentTime, policy);
465 final long actualCycle = computeLastCycleBoundary(currentTime, policy);
476 final long actualCycle = computeLastCycleBoundary(currentTime, policy);
487 final long actualCycle = computeLastCycleBoundary(currentTime, policy);
500 computeLastCycleBoundary(parseTime("2012-03-14T00:00:00.000Z"), policy));
509 computeLastCycleBoundary(parseTime("2007-03-14T00:00:00.000Z"), policy));
551 long currentCycle = computeLastCycleBoundary(parseTime("2011-08-04T00:00:00.000Z"), policy);
553 long lastCycle = computeLastCycleBoundary(currentCycle, policy);
572 computeLastCycleBoundary(parseTim
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java215 public static long computeLastCycleBoundary(long currentTime, NetworkPolicy policy) { method in class:NetworkPolicyManager
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java50 import static android.net.NetworkPolicyManager.computeLastCycleBoundary;
792 final long start = computeLastCycleBoundary(currentTime, policy);
1085 final long start = computeLastCycleBoundary(currentTime, policy);
1194 start = computeLastCycleBoundary(currentTime, policy);
1854 final long start = computeLastCycleBoundary(currentTime, policy);

Completed in 152 milliseconds