Home
last modified time | relevance | path

Searched refs:Lifecycle (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/tools/aapt2/
DMaybe_test.cpp107 TEST(MaybeTest, Lifecycle) { in TEST() argument
/frameworks/base/docs/html/training/basics/fragments/
Dindex.jd18 Lifecycle</a>)</li>
/frameworks/base/docs/html/guide/components/
Dbound-services.jd19 <li><a href="#Lifecycle">Managing the Lifecycle of a Bound Service</a></li>
85 <p>Be sure to read the section about <a href="#Lifecycle">Managing the Lifecycle of a Bound
635 <h2 id="Lifecycle">Managing the Lifecycle of a Bound Service</h2>
664 href="{@docRoot}guide/components/services.html#Lifecycle">Services</a> document.</p>
Dindex.jd38 <h4>Managing the Activity Lifecycle</h4>
Dfragments.jd25 <li><a href="#Lifecycle">Handling the Fragment Lifecycle</a>
60 href="{@docRoot}guide/components/activities.html#Lifecycle">lifecycle state</a>), you can
167 about <a href="#Lifecycle">Handling the Fragment Lifecycle</a>.</p>
243 (restoring state is discussed more in the section about <a href="#Lifecycle">Handling the
244 Fragment Lifecycle</a>).</p>
643 <h2 id="Lifecycle">Handling the Fragment Lifecycle</h2>
693 href="{@docRoot}guide/components/activities.html#Lifecycle">managing the activity
Dservices.jd23 <li><a href="#Lifecycle">Managing the Lifecycle of a Service</a>
574 href="#Lifecycle">Managing the Lifecycle of a Service</a>.</p>
682 <h2 id="Lifecycle">Managing the Lifecycle of a Service</h2>
821 href="{@docRoot}guide/components/bound-services.html#Lifecycle">Managing the Lifecycle of
Dactivities.jd21 <li><a href="#Lifecycle">Managing the Activity Lifecycle</a>
106 the section about <a href="#Lifecycle">Managing the Activity Lifecycle</a>.</p>
344 <h2 id="Lifecycle">Managing the Activity Lifecycle</h2>
605 <p>The introduction to <a href="#Lifecycle">Managing the Activity Lifecycle</a> briefly mentions
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java56 public static class Lifecycle extends SystemService { class in UsbService
59 public Lifecycle(Context context) { in Lifecycle() method in UsbService.Lifecycle
/frameworks/base/docs/html/training/basics/intents/
Dindex.jd17 Lifecycle</a>)</li>
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd1 page.title=Managing the Activity Lifecycle
Dstarting.jd15 <li><a href="#lifecycle-states">Understand the Lifecycle Callbacks</a></li>
48 <h2 id="lifecycle-states">Understand the Lifecycle Callbacks</h2>
91 <th scope="col">Lifecycle State</th>
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd9 <a href="#SpellCheckLifeCycle">Spell Check Lifecycle</a>
42 <h2 id="SpellCheckLifeCycle">Spell Checker Lifecycle</h2>
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java61 public static class Lifecycle extends SystemService { class in MidiService
64 public Lifecycle(Context context) { in Lifecycle() method in MidiService.Lifecycle
/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
Dstarting.jd90 <th scope="col">Lifecycle State</th>
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
Dstarting.jd90 <th scope="col">Lifecycle State</th>
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
Dstarting.jd90 <th scope="col">Lifecycle State</th>
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Dstarting.jd90 <th scope="col">Lifecycle State</th>
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
Dstarting.jd90 <th scope="col">Lifecycle State</th>
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex3.jd208 href="{@docRoot}guide/components/activities.html#Lifecycle">well-defined life
210 Lifecycle events can happen even if you are not handing off control to
/frameworks/base/services/java/com/android/server/
DSystemServer.java330 ActivityManagerService.Lifecycle.class).getService(); in startBootstrapServices()
624 mSystemServiceManager.startService(DevicePolicyManagerService.Lifecycle.class); in startOtherServices()
/frameworks/base/docs/html/training/transitions/
Dtransitions.jd14 <li><a href="#Callbacks">Define Transition Lifecycle Callbacks</a></li>
295 <h2 id="Callbacks">Define Transition Lifecycle Callbacks</h2>
Doverview.jd50 <dt><em>Lifecycle callbacks</em></dt>
Dscenes.jd211 Lifecycle Callbacks</a>.</p>
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd34 href="{@docRoot}guide/components/activities.html#Lifecycle">Activity
47 href="{@docRoot}guide/components/activities.html#Lifecycle">Activity lifecycle</a>.</p>
/frameworks/base/docs/html/tools/testing/
Dactivity_testing.jd101 Lifecycle control: With instrumentation, you can start the activity under test, pause it,
186 Lifecycle events: Test that each of your application's activities handles lifecycle events

12