Searched refs:CYCLE_NONE (Results 1 – 4 of 4) sorted by relevance
20 import static android.net.NetworkPolicy.CYCLE_NONE;252 if (policy.cycleDay == CYCLE_NONE) { in computeLastCycleBoundary()282 if (policy.cycleDay == CYCLE_NONE) { in computeNextCycleBoundary()
43 public static final int CYCLE_NONE = -1; field in NetworkPolicy141 return cycleDay != CYCLE_NONE; in hasCycle()
19 import static android.net.NetworkPolicy.CYCLE_NONE;136 cycleDay = CYCLE_NONE; in buildDefaultPolicy()
38 import static android.net.NetworkPolicy.CYCLE_NONE;882 return new NetworkPolicy(template, CYCLE_NONE, Time.TIMEZONE_UTC, in newWifiPolicy()