HomeSort by relevance Sort by last modified time
    Searched refs:computeLastCycleBoundary (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 29 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(parseTime("2013-01-13T23:59:59.000-08:00"), policy))
    [all...]
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 156 public static long computeLastCycleBoundary(long currentTime, NetworkPolicy policy) {
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 45 import static android.net.NetworkPolicyManager.computeLastCycleBoundary;
641 final long start = computeLastCycleBoundary(currentTime, policy);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 28 import static android.net.NetworkPolicyManager.computeLastCycleBoundary;
    [all...]

Completed in 30 milliseconds