/frameworks/base/core/jni/ |
D | com_android_internal_os_Zygote.cpp | 238 static void SetCapabilities(JNIEnv* env, int64_t permitted, int64_t effective) { in SetCapabilities() argument 246 capdata[0].effective = effective; in SetCapabilities() 247 capdata[1].effective = effective >> 32; in SetCapabilities() 252 ALOGE("capset(%" PRId64 ", %" PRId64 ") failed", permitted, effective); in SetCapabilities()
|
/frameworks/base/docs/html/distribute/engage/ |
D | video.jd | 2 page.metaDescription=Videos are one of the most effective ways to get users excited about your apps… 8 Videos are one of the most effective ways to get users excited about your
|
/frameworks/base/docs/html/training/tv/start/ |
D | navigation.jd | 20 TV devices provide a limited set of navigation controls for apps. Creating an effective 28 This lesson explains the minimum requirements for creating effective TV app navigation scheme and 179 For more recommendations on designing effective selection and focus for your TV app, see
|
D | layouts.jd | 36 This lesson describes the minimum requirements and implementation details for building effective 94 effective on large screens. Follow these tips to build landscape layouts optimized for TV screens:
|
/frameworks/base/docs/html/training/performance/battery/network/ |
D | action-user-traffic.jd | 41 Pre-fetching data is an effective way to reduce the number of independent data transfer sessions 67 Watch the video on effective pre-fetching which describes what pre-fetching is, where to
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserManagerService.java | 1143 final Bundle effective = UserRestrictionsUtils.clone(baseRestrictions); in computeEffectiveUserRestrictionsLR() local 1144 UserRestrictionsUtils.merge(effective, global); in computeEffectiveUserRestrictionsLR() 1145 UserRestrictionsUtils.merge(effective, local); in computeEffectiveUserRestrictionsLR() 1147 return effective; in computeEffectiveUserRestrictionsLR() 1295 final Bundle effective = computeEffectiveUserRestrictionsLR(userId); in updateUserRestrictionsInternalLR() local 1297 mCachedEffectiveUserRestrictions.put(userId, effective); in updateUserRestrictionsInternalLR() 1302 + " new=" + effective + " prev=" + prevAppliedRestrictions); in updateUserRestrictionsInternalLR() 1310 mAppOpsService.setUserRestrictions(effective, mUserRestriconToken, userId); in updateUserRestrictionsInternalLR() 1318 propagateUserRestrictionsLR(userId, effective, prevAppliedRestrictions); in updateUserRestrictionsInternalLR() 1320 mAppliedUserRestrictions.put(userId, new Bundle(effective)); in updateUserRestrictionsInternalLR()
|
/frameworks/base/docs/html/training/notify-user/ |
D | index.jd | 54 you how to design effective notifications and when to use them. This class shows you how to
|
/frameworks/base/docs/html/guide/webapps/ |
D | index.jd | 48 <dd>A list of practices you should follow, in order to provide an effective web application on
|
D | best-practices.jd | 34 follow in order to provide the most effective web application for Android and other mobile
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | noodlecake-super-stickman.jd | 72 effective user acquisition channel.
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | overview.jd | 30 building a tree, but the easiest and most effective way to define your layout is with an XML file.
|
/frameworks/base/docs/html/training/multiscreen/ |
D | index.jd | 3 page.metaDescription=Training on how to add intuitive, effective navigation for tablets and other d…
|
/frameworks/base/docs/html/training/sharing/ |
D | shareaction.jd | 32 <p>Implementing an effective and user friendly share action in your {@link android.app.ActionBar}
|
/frameworks/base/docs/html/distribute/monetize/ |
D | ads.jd | 12 Ads are an effective and easy way to earn revenue from your apps. AdMob
|
/frameworks/compile/slang/ |
D | README.rst | 22 distinct, effective features for Android programming. We will use 322 This may allow the runtime to make more effective use of threads.
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | layout-resource.jd | 153 included layout. Only effective if <code>android:layout_width</code> is also declared. 157 included layout. Only effective if <code>android:layout_height</code> is also declared.
|
/frameworks/base/docs/html/distribute/users/ |
D | promote-with-ads.jd | 9 ongoing engagement. AdWords is a powerful and effective way to do both.</p>
|
D | build-buzz.jd | 103 Cross promoting, or house ads, is a great cost effective way to get users to
|
/frameworks/base/docs/html/training/id-auth/ |
D | identify.jd | 28 effective things you can do to make your app more lovable is to remember who
|
/frameworks/base/docs/html/training/tv/publishing/ |
D | checklist.jd | 136 Follow guidelines for effective advertising.
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6-highlights.jd | 71 effective, and consistent way for users to search across multiple sources—such as
|
/frameworks/base/docs/html/design/wear/ |
D | style.jd | 103 …rt (less than 1000ms) and simple. Animating the confirmation icon is an effective way of transitio…
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 57 <p>This approach is particularly effective for typical web browsing as it prevents unwelcome latenc… 76 <p>Prefetching data is an effective way to reduce the number of independent data transfer sessions.…
|
/frameworks/base/docs/html/training/ |
D | training_toc.cs | 2144 description="How to build effective unit tests for Android apps."> 2176 description="How to build effective integration tests for Android apps.">
|
/frameworks/base/docs/html/design/patterns/ |
D | accessibility.jd | 39 …nd robust. The following are Android's recommended guidelines to enable effective navigation for a…
|