Home
last modified time | relevance | path

Searched refs:keeping (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/services/java/com/android/server/am/
DProcessRecord.java86 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()
DActivityManagerService.java11631 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/
Dsecurity.jd57 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/
Dnavigation.jd42 Hiding the navigation and status bars (while still keeping them readily accessible)
/frameworks/base/docs/html/design/patterns/
Dmulti-pane-layouts.jd40 you can use to adjust the layout after orientation change while keeping functional parity intact.</…
Dapp-structure.jd178 keeping your apps shallow.</p>
/frameworks/base/services/java/com/android/server/
DEventLogTags.logtags29 # This is logged when the partial wake lock (keeping the device awake
/frameworks/base/docs/html/design/get-started/
Dui-overview.jd6 <p>Your app will play an important part in keeping the overall Android experience consistent and
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd186 // Start the service, keeping the device awake while the service is
/frameworks/base/docs/html/training/design-navigation/
Dwireframing.jd34 …igation speed and minimizing the number of touches to access data, while keeping the interface int…
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_subscriptions.jd293 <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/
Ddisplay-bitmap.jd49 as they disappear off-screen, keeping memory usage down.</p>
Dcache-bitmap.jd54 to API Level 4) is particularly well suited to the task of caching bitmaps, keeping recently
/frameworks/base/docs/html/training/
Dtraining_toc.cs380 "How to load and process bitmaps while keeping your user interface
/frameworks/base/docs/html/distribute/googleplay/about/
Dvisibility.jd113 several times each day based on recent download activity, keeping them fresh and
/frameworks/base/docs/html/training/multiple-apks/
Dapi.jd90 version of the Android platform. Also, although it sounds easy at first, keeping track of which set
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd79 part of the original input, you'll be keeping it all around in memory
Dmemory.jd212 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),
Dsecurity-ssl.jd156 <p>The following sections discuss how to address these problems while keeping your
/frameworks/base/docs/html/about/versions/
Dandroid-2.3-highlights.jd119 <p>The Android system takes a more active role in managing apps that are keeping
Dandroid-2.3.jd269 and correct them if needed, keeping the main thread more responsive and
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd252 in keeping with your application.
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd46 network access, keeping the device awake, etc.</p>
/frameworks/base/docs/html/distribute/googleplay/quality/
Dcore.jd447 …eness</a></strong> &mdash; Developer guide describing best practices for keeping your app responsi…
/frameworks/base/docs/html/distribute/googleplay/publish/
Dlocalizing.jd575 your downloads or ratings are not keeping up in specific languages or countries,

12