Searched defs:cycle (Results 1 – 8 of 8) sorted by relevance
260 final SpinnerPreference cycle = mock(SpinnerPreference.class); in bindData_noAppUsageData_shouldHideCycleSpinner() local290 final SpinnerPreference cycle = mock(SpinnerPreference.class); in bindData_hasAppUsageData_shouldShowCycleSpinnerAndUpdateUsageSummary() local406 final SpinnerPreference cycle = mock(SpinnerPreference.class); in onLoadFinished_hasSelectedCycleSpecified_shouldSelectSpecifiedCycle() local
119 Float cycle = NANOSECOND_PER_SECOND / updateRate; in needUpdateForSelectedListener() local
120 Pair<ZonedDateTime, ZonedDateTime> cycle = it.next(); in getBundleForNetworkStats() local
132 public void cycle() { in cycle() method in FilterMirrorRepresentation
96 final Pair<ZonedDateTime, ZonedDateTime> cycle = it.next(); in updateCycleList() local
197 Status WatchdogProcessService::notifyPowerCycleChange(PowerCycle cycle) { in notifyPowerCycleChange()
1582 private boolean snapToPageRelative(int pageCount, int delta, boolean cycle) { in snapToPageRelative()