Searched refs:cycle (Results 1 – 14 of 14) sorted by relevance
129 final Range<ZonedDateTime> cycle = it.next(); in testSane() local132 final long length = cycle.getUpper().toEpochSecond() - cycle.getLower().toEpochSecond(); in testSane()133 assertTrue(cycle + " must be more than 4 weeks", length >= 2419200); in testSane()134 assertTrue(cycle + " must be less than 5 weeks", length <= 3024000); in testSane()138 assertEquals(lastStart, cycle.getUpper()); in testSane()140 lastStart = cycle.getLower(); in testSane()
83 final Pair<ZonedDateTime, ZonedDateTime> cycle = iterator.next(); in loadPolicyData() local84 final long cycleStart = cycle.first.toInstant().toEpochMilli(); in loadPolicyData()85 final long cycleEnd = cycle.second.toInstant().toEpochMilli(); in loadPolicyData()
115 final Range<ZonedDateTime> cycle = it.next(); in getDataUsageInfo() local116 start = cycle.getLower().toInstant().toEpochMilli(); in getDataUsageInfo()117 end = cycle.getUpper().toInstant().toEpochMilli(); in getDataUsageInfo()
121 final Range<ZonedDateTime> cycle = new Range<>(now, now); in loadPolicyData_shouldRecordUsageFromPolicyCycle() local126 when(mIterator.next()).thenReturn(cycle); in loadPolicyData_shouldRecordUsageFromPolicyCycle()
292 Range<ZonedDateTime> cycle) { in getRemainingDailyBudget() argument293 final long start = cycle.getLower().toInstant().toEpochMilli(); in getRemainingDailyBudget()294 final long end = cycle.getUpper().toInstant().toEpochMilli(); in getRemainingDailyBudget()
36 // Use this instead of `android.test.base` to avoid a dependency cycle
1454 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager local1456 final long cycleStart = cycle.first.toInstant().toEpochMilli();1457 final long cycleEnd = cycle.second.toInstant().toEpochMilli();2004 final long start = cycle.first.toInstant().toEpochMilli(); in updateNetworkEnabledNL()2005 final long end = cycle.second.toInstant().toEpochMilli(); in updateNetworkEnabledNL()2190 final long start = cycle.first.toInstant().toEpochMilli();2191 final long end = cycle.second.toInstant().toEpochMilli();2294 final Range<ZonedDateTime> cycle = plan.cycleIterator().next();2295 final long start = cycle.getLower().toInstant().toEpochMilli();2296 final long end = cycle.getUpper().toInstant().toEpochMilli();[all …]
47 …ive SurfaceSyncGroup is stored in ViewRootImpl and is tied to a rendering cycle. If multiple syncs…50 …with VRI where you may have multiple changes for the same vsync rendering cycle, but different pla…
9 without reflashing the system image, which is efficient for a development cycle.
1173 final Range<ZonedDateTime> cycle = it.next();1174 if (cycle.getLower().toInstant().toEpochMilli() < currentTime) {1175 return cycle.getLower().toInstant().toEpochMilli();
2003 // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear2668 // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog2671 // OPEN: Settings > Billing cycle > Edit data limit/warning dialog2674 // OPEN: Settings > Billing cycle > turn on data limit dialog
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
2414 field public static final int cycle = 17563660; // 0x10c000c
78328 Lcom/android/internal/R$interpolator;->cycle:I