Searched refs:Lifecycle (Results 1 – 25 of 34) sorted by relevance
12
49 public static class Lifecycle extends SystemService { class in UsbService52 public Lifecycle(Context context) { in Lifecycle() method in UsbService.Lifecycle
18 Lifecycle</a>)</li>
19 <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 Bound635 <h2 id="Lifecycle">Managing the Lifecycle of a Bound Service</h2>665 href="{@docRoot}guide/components/services.html#Lifecycle">Services</a> document.</p>
38 <h4>Managing the Activity Lifecycle</h4>
25 <li><a href="#Lifecycle">Handling the Fragment Lifecycle</a>60 href="{@docRoot}guide/components/activities.html#Lifecycle">lifecycle state</a>), you can167 about <a href="#Lifecycle">Handling the Fragment Lifecycle</a>.</p>243 (restoring state is discussed more in the section about <a href="#Lifecycle">Handling the244 Fragment Lifecycle</a>).</p>643 <h2 id="Lifecycle">Handling the Fragment Lifecycle</h2>693 href="{@docRoot}guide/components/activities.html#Lifecycle">managing the activity
21 <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
23 <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
13 <li><a href="#Lifecycle">Process lifecycle</a></li>74 <h3 id="Lifecycle">Process lifecycle</h3>
17 Lifecycle</a>)</li>
1 page.title=Managing the Activity Lifecycle
15 <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>
9 <a href="#SpellCheckLifeCycle">Spell Check Lifecycle</a> 42 <h2 id="SpellCheckLifeCycle">Spell Checker Lifecycle</h2>
9 <li><a href="#InputMethodLifecycle">The IME Lifecycle</a></li>64 <h2 id="InputMethodLifecycle">The IME Lifecycle</h2>
208 href="{@docRoot}guide/components/activities.html#Lifecycle">well-defined life210 Lifecycle events can happen even if you are not handing off control to
316 ActivityManagerService.Lifecycle.class).getService(); in startBootstrapServices()602 mSystemServiceManager.startService(DevicePolicyManagerService.Lifecycle.class); in startOtherServices()
14 <li><a href="#Callbacks">Define Transition Lifecycle Callbacks</a></li>295 <h2 id="Callbacks">Define Transition Lifecycle Callbacks</h2>
50 <dt><em>Lifecycle callbacks</em></dt>
211 Lifecycle Callbacks</a>.</p>
34 href="{@docRoot}guide/components/activities.html#Lifecycle">Activity47 href="{@docRoot}guide/components/activities.html#Lifecycle">Activity lifecycle</a>.</p>
31 … href="{@docRoot}reference/android/app/Activity.html#ActivityLifecycle">Activity Lifecycle</a></li>
12 <li><a href="#lifecycle">Lifecycle Flow</a></li>132 <h2 id="lifecycle">Lifecycle Flow</h2>
101 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
190 <a href="{@docRoot}guide/components/activities.html#Lifecycle">Activity lifecycle</a>).</p>
97 >Managing the Activity Lifecycle</a>
127 href="{@docRoot}guide/topics/fundamentals/activities.html#Lifecycle">Activities</a>154 href="{@docRoot}guide/topics/fundamentals/activities.html#Lifecycle">Activities</a> document for