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 30 import static android.net.NetworkPolicyManager.computeLastCycleBoundary;
438 final long actualCycle = computeLastCycleBoundary(currentTime, policy);
449 final long actualCycle = computeLastCycleBoundary(currentTime, policy);
460 final long actualCycle = computeLastCycleBoundary(currentTime, policy);
471 final long actualCycle = computeLastCycleBoundary(currentTime, policy);
496 long currentCycle = computeLastCycleBoundary(parseTime("2011-08-04T00:00:00.000Z"), policy);
498 long lastCycle = computeLastCycleBoundary(currentCycle, policy);
    [all...]
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 133 public static long computeLastCycleBoundary(long currentTime, NetworkPolicy policy) {
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 41 import static android.net.NetworkPolicyManager.computeLastCycleBoundary;
454 final long start = computeLastCycleBoundary(currentTime, policy);
716 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 695 milliseconds