Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DRecurrenceRuleTest.java129 final Range<ZonedDateTime> cycle = it.next(); in testSane() local
132 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()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DNetworkCycleDataLoader.java83 final Pair<ZonedDateTime, ZonedDateTime> cycle = iterator.next(); in loadPolicyData() local
84 final long cycleStart = cycle.first.toInstant().toEpochMilli(); in loadPolicyData()
85 final long cycleEnd = cycle.second.toInstant().toEpochMilli(); in loadPolicyData()
H A DDataUsageController.java115 final Range<ZonedDateTime> cycle = it.next(); in getDataUsageInfo() local
116 start = cycle.getLower().toInstant().toEpochMilli(); in getDataUsageInfo()
117 end = cycle.getUpper().toInstant().toEpochMilli(); in getDataUsageInfo()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
H A DNetworkCycleDataLoaderTest.java121 final Range<ZonedDateTime> cycle = new Range<>(now, now); in loadPolicyData_shouldRecordUsageFromPolicyCycle() local
126 when(mIterator.next()).thenReturn(cycle); in loadPolicyData_shouldRecordUsageFromPolicyCycle()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DMultipathPolicyTracker.java292 Range<ZonedDateTime> cycle) { in getRemainingDailyBudget() argument
293 final long start = cycle.getLower().toInstant().toEpochMilli(); in getRemainingDailyBudget()
294 final long end = cycle.getUpper().toInstant().toEpochMilli(); in getRemainingDailyBudget()
/aosp14/frameworks/base/test-base/hiddenapi/
H A DAndroid.bp36 // Use this instead of `android.test.base` to avoid a dependency cycle
/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1454 final Pair<ZonedDateTime, ZonedDateTime> cycle = NetworkPolicyManager local
1456 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 …]
/aosp14/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md47 …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…
/aosp14/system/core/fs_mgr/
H A DREADME.overlayfs.md9 without reflashing the system image, which is efficient for a development cycle.
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java1173 final Range<ZonedDateTime> cycle = it.next();
1174 if (cycle.getLower().toInstant().toEpochMilli() < currentTime) {
1175 return cycle.getLower().toInstant().toEpochMilli();
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto2003 // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear
2668 // OPEN: Settings > Billing cycle > Edit billing cycle dates dialog
2671 // OPEN: Settings > Billing cycle > Edit data limit/warning dialog
2674 // OPEN: Settings > Billing cycle > turn on data limit dialog
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt2414 field public static final int cycle = 17563660; // 0x10c000c
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt78328 Lcom/android/internal/R$interpolator;->cycle:I