/frameworks/base/core/java/android/net/ |
D | NetworkPolicyManager.java | 260 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/ |
D | StaticResolver.cpp | 63 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/ |
D | process-lifecycle.jd | 23 <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/ |
D | index.jd | 18 of fueling the impression-install-ranking cycle: improve the product!</p>
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | drawable-animation.jd | 31 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/ |
D | ui-events.jd | 273 <p>The basic cycle of a View is as follows:</p>
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/ |
D | ui-events.jd | 273 <p>The basic cycle of a View is as follows:</p>
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/ |
D | ui-events.jd | 273 <p>The basic cycle of a View is as follows:</p>
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/ |
D | ui-events.jd | 273 <p>The basic cycle of a View is as follows:</p>
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/ |
D | ui-events.jd | 273 <p>The basic cycle of a View is as follows:</p>
|
/frameworks/base/docs/html/tv/adt-1/ |
D | index.jd | 274 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/ |
D | billing_subscriptions.jd | 400 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/ |
D | data-saver.jd | 39 roaming, near the end of the billing cycle, or on a small prepaid data pack.
|
/frameworks/base/docs/html/guide/topics/text/ |
D | creating-input-method.jd | 66 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/ |
D | tvinput.jd | 105 (<code>TvInputManagerService</code>) is the client that binds to it. The service life cycle methods
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 258 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/ |
D | perf-anr.jd | 87 up in key life-cycle methods such as {@link android.app.Activity#onCreate onCreate()}
|
/frameworks/base/docs/html/training/scheduling/ |
D | wakelock.jd | 151 <p>Using a broadcast receiver in conjunction with a service lets you manage the life cycle
|
/frameworks/base/docs/html/distribute/users/ |
D | expand-to-new-markets.jd | 66 cycle, and advance planning is essential. But <strong>localization is more
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.jd | 306 <li>New Service APIs to help applications correctly handle Service life-cycle, in particular low me…
|
D | android-3.1-highlights.jd | 246 can touch Email icon at the top of the widget to cycle through labels such as
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 75 provide hints to the printing framework and pre-set options based on the previous printing cycle,
|
/frameworks/base/docs/html/distribute/tools/ |
D | localization-checklist.jd | 38 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/ |
D | ui-events.jd | 273 <p>The basic cycle of a View is as follows:</p>
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | doze-standby.jd | 384 <li>Force the system to cycle through Doze modes by running the following
|