Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp238 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/
Dvideo.jd2 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/
Dnavigation.jd20 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
Dlayouts.jd36 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/
Daction-user-traffic.jd41 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/
DUserManagerService.java1143 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/
Dindex.jd54 you how to design effective notifications and when to use them. This class shows you how to
/frameworks/base/docs/html/guide/webapps/
Dindex.jd48 <dd>A list of practices you should follow, in order to provide an effective web application on
Dbest-practices.jd34 follow in order to provide the most effective web application for Android and other mobile
/frameworks/base/docs/html/distribute/stories/games/
Dnoodlecake-super-stickman.jd72 effective user acquisition channel.
/frameworks/base/docs/html/guide/topics/ui/
Doverview.jd30 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/
Dindex.jd3 page.metaDescription=Training on how to add intuitive, effective navigation for tablets and other d…
/frameworks/base/docs/html/training/sharing/
Dshareaction.jd32 <p>Implementing an effective and user friendly share action in your {@link android.app.ActionBar}
/frameworks/base/docs/html/distribute/monetize/
Dads.jd12 Ads are an effective and easy way to earn revenue from your apps. AdMob
/frameworks/compile/slang/
DREADME.rst22 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/
Dlayout-resource.jd153 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/
Dpromote-with-ads.jd9 ongoing engagement. AdWords is a powerful and effective way to do both.</p>
Dbuild-buzz.jd103 Cross promoting, or house ads, is a great cost effective way to get users to
/frameworks/base/docs/html/training/id-auth/
Didentify.jd28 effective things you can do to make your app more lovable is to remember who
/frameworks/base/docs/html/training/tv/publishing/
Dchecklist.jd136 Follow guidelines for effective advertising.
/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd71 effective, and consistent way for users to search across multiple sources&mdash;such as
/frameworks/base/docs/html/design/wear/
Dstyle.jd103 …rt (less than 1000ms) and simple. Animating the confirmation icon is an effective way of transitio…
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd57 <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/
Dtraining_toc.cs2144 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/
Daccessibility.jd39 …nd robust. The following are Android's recommended guidelines to enable effective navigation for a…

12