Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/net/
DNetworkPolicyManager.java260 final Time cycle = new Time(now); in computeLastCycleBoundary() local
261 cycle.hour = cycle.minute = cycle.second = 0; in computeLastCycleBoundary()
262 snapToCycleDay(cycle, policy.cycleDay); in computeLastCycleBoundary()
264 if (Time.compare(cycle, now) >= 0) { in computeLastCycleBoundary()
273 cycle.set(lastMonth); in computeLastCycleBoundary()
274 snapToCycleDay(cycle, policy.cycleDay); in computeLastCycleBoundary()
277 return cycle.toMillis(true); in computeLastCycleBoundary()
290 final Time cycle = new Time(now); in computeNextCycleBoundary() local
291 cycle.hour = cycle.minute = cycle.second = 0; in computeNextCycleBoundary()
292 snapToCycleDay(cycle, policy.cycleDay); in computeNextCycleBoundary()
[all …]
/frameworks/compile/mclinker/lib/LD/
DStaticResolver.cpp63 bool cycle = false; in resolve() local
68 cycle = false; in resolve()
199 cycle = true; in resolve()
208 } while (cycle); in resolve()
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd23 <p>A common example of a process life-cycle bug is a
88 their Activity life-cycle correctly
110 each of these components contribute to the overall life-cycle of a process.
112 they impact the overall life-cycle of their application.</p>
/frameworks/base/docs/html/guide/practices/
Dindex.jd18 of fueling the impression-install-ranking cycle: improve the product!</p>
/frameworks/base/docs/html/guide/topics/graphics/
Ddrawable-animation.jd31 attribute of the list to <var>true</var>, it will cycle just once then stop and hold on the last
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Dui-events.jd273 <p>The basic cycle of a View is as follows:</p>
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
Dui-events.jd273 <p>The basic cycle of a View is as follows:</p>
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Dui-events.jd273 <p>The basic cycle of a View is as follows:</p>
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Dui-events.jd273 <p>The basic cycle of a View is as follows:</p>
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Dui-events.jd273 <p>The basic cycle of a View is as follows:</p>
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd274 LED will begin flashing red for a few seconds, then change to multi-color cycle. When the LED
275 starts the multi-color cycle, release the small, round button, and ADT-1 boots up. If you release
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd400 the current billing cycle. Instead, it allows the user to have access to the
401 canceled subscription until the end of the current billing cycle, at which time
403 subscription and cancels it on the 15th day of the cycle, Google Play will
416 current billing cycle. Alternatively, you can use the <a href="#refunds">refund
/frameworks/base/docs/html/preview/features/
Ddata-saver.jd39 roaming, near the end of the billing cycle, or on a small prepaid data pack.
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd66 The following diagram describes the life cycle of an IME:
70 <strong>Figure 1.</strong> The life cycle of an IME.
552 equally, regardless of what IME they belong to. Specifying true requires the system to cycle
/frameworks/base/docs/html/training/tv/tif/
Dtvinput.jd105 (<code>TvInputManagerService</code>) is the client that binds to it. The service life cycle methods
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd258 cycle from top-to-bottom and bottom-to-top.</p>
273 <p>The basic cycle of a View is as follows:</p>
/frameworks/base/docs/html/training/articles/
Dperf-anr.jd87 up in key life-cycle methods such as {@link android.app.Activity#onCreate onCreate()}
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd151 <p>Using a broadcast receiver in conjunction with a service lets you manage the life cycle
/frameworks/base/docs/html/distribute/users/
Dexpand-to-new-markets.jd66 cycle, and advance planning is essential. But <strong>localization is more
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.jd306 <li>New Service APIs to help applications correctly handle Service life-cycle, in particular low me…
Dandroid-3.1-highlights.jd246 can touch Email icon at the top of the widget to cycle through labels such as
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd75 provide hints to the printing framework and pre-set options based on the previous printing cycle,
/frameworks/base/docs/html/distribute/tools/
Dlocalization-checklist.jd38 cycle, and advance planning is essential. This document helps you identify
503 Early in the development cycle, contact professional translation vendors to
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/
Dui-events.jd273 <p>The basic cycle of a View is as follows:</p>
/frameworks/base/docs/html/training/monitoring-device-state/
Ddoze-standby.jd384 <li>Force the system to cycle through Doze modes by running the following

12