/frameworks/base/services/java/com/android/server/am/ |
D | ProcessRecord.java | 86 boolean keeping; // Actively running code so don't kill due to that? field in ProcessRecord 226 pw.print(prefix); pw.print("keeping="); pw.print(keeping); in dump() 274 if (!keeping) { in dump()
|
D | ActivityManagerService.java | 11631 pw.print("keeping="); pw.print(r.keeping); in dumpProcessOomList() 11636 if (!r.keeping) { in dumpProcessOomList() 14278 app.keeping = true; in computeOomAdjLocked() 14302 app.keeping = false; in computeOomAdjLocked() 14556 app.keeping = true; in computeOomAdjLocked() 14646 if (client.keeping) { in computeOomAdjLocked() 14647 app.keeping = true; in computeOomAdjLocked() 14757 app.keeping |= client.keeping; in computeOomAdjLocked() 14801 app.keeping = true; in computeOomAdjLocked() 14878 app.keeping = true; in computeOomAdjLocked() [all …]
|
/frameworks/base/docs/html/guide/faq/ |
D | security.jd | 57 with a detailed summary of the issue and keeping the issue confidential while 147 properly support your customers by keeping abreast of software updates, please
|
/frameworks/base/docs/html/training/system-ui/ |
D | navigation.jd | 42 Hiding the navigation and status bars (while still keeping them readily accessible)
|
/frameworks/base/docs/html/design/patterns/ |
D | multi-pane-layouts.jd | 40 you can use to adjust the layout after orientation change while keeping functional parity intact.</…
|
D | app-structure.jd | 178 keeping your apps shallow.</p>
|
/frameworks/base/services/java/com/android/server/ |
D | EventLogTags.logtags | 29 # This is logged when the partial wake lock (keeping the device awake
|
/frameworks/base/docs/html/design/get-started/ |
D | ui-overview.jd | 6 <p>Your app will play an important part in keeping the overall Android experience consistent and
|
/frameworks/base/docs/html/training/scheduling/ |
D | wakelock.jd | 186 // Start the service, keeping the device awake while the service is
|
/frameworks/base/docs/html/training/design-navigation/ |
D | wireframing.jd | 34 …igation speed and minimizing the number of touches to access data, while keeping the interface int…
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 293 <p>With In-app Billing, you validate a subscription by keeping track of its 310 <p>For most use-cases, especially those where backend servers are already keeping
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | display-bitmap.jd | 49 as they disappear off-screen, keeping memory usage down.</p>
|
D | cache-bitmap.jd | 54 to API Level 4) is particularly well suited to the task of caching bitmaps, keeping recently
|
/frameworks/base/docs/html/training/ |
D | training_toc.cs | 380 "How to load and process bitmaps while keeping your user interface
|
/frameworks/base/docs/html/distribute/googleplay/about/ |
D | visibility.jd | 113 several times each day based on recent download activity, keeping them fresh and
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | api.jd | 90 version of the Android platform. Also, although it sounds easy at first, keeping track of which set
|
/frameworks/base/docs/html/training/articles/ |
D | perf-tips.jd | 79 part of the original input, you'll be keeping it all around in memory
|
D | memory.jd | 212 mistakes</strong> an Android app can make. So don’t be greedy by keeping a service for your app 568 (distributed across the Dalvik heap, native allocations, book-keeping, and library-loading),
|
D | security-ssl.jd | 156 <p>The following sections discuss how to address these problems while keeping your
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3-highlights.jd | 119 <p>The Android system takes a more active role in managing apps that are keeping
|
D | android-2.3.jd | 269 and correct them if needed, keeping the main thread more responsive and
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | string-resource.jd | 252 in keeping with your application.
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 46 network access, keeping the device awake, etc.</p>
|
/frameworks/base/docs/html/distribute/googleplay/quality/ |
D | core.jd | 447 …eness</a></strong> — Developer guide describing best practices for keeping your app responsi…
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
D | localizing.jd | 575 your downloads or ratings are not keeping up in specific languages or countries,
|