/frameworks/base/services/java/com/android/server/pm/ |
D | UserManagerService.java | 409 Bundle restrictions = mUserRestrictions.get(userId); in getUserRestrictions() local 410 return restrictions != null ? restrictions : Bundle.EMPTY; in getUserRestrictions() 415 public void setUserRestrictions(Bundle restrictions, int userId) { in setUserRestrictions() argument 417 if (restrictions == null) return; in setUserRestrictions() 421 mUserRestrictions.get(userId).putAll(restrictions); in setUserRestrictions() 608 Bundle restrictions = new Bundle(); in fallbackToSingleUserLocked() local 609 mUserRestrictions.append(UserHandle.USER_OWNER, restrictions); in fallbackToSingleUserLocked() 670 Bundle restrictions = mUserRestrictions.get(userInfo.id); in writeUserLocked() local 671 if (restrictions != null) { in writeUserLocked() 673 writeBoolean(serializer, restrictions, UserManager.DISALLOW_CONFIG_WIFI); in writeUserLocked() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 68 Bundle restrictions = mUserManager.getUserRestrictions(user.getUserHandle()); in testAddUser() local 70 restrictions.getBoolean(UserManager.DISALLOW_CONFIG_WIFI)); in testAddUser() 149 Bundle restrictions = new Bundle(); in testRestrictions() local 150 restrictions.putBoolean(UserManager.DISALLOW_INSTALL_APPS, true); in testRestrictions() 151 restrictions.putBoolean(UserManager.DISALLOW_CONFIG_WIFI, false); in testRestrictions() 152 mUserManager.setUserRestrictions(restrictions, new UserHandle(users.get(1).id)); in testRestrictions()
|
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 299 public void setUserRestrictions(Bundle restrictions) { in setUserRestrictions() argument 300 setUserRestrictions(restrictions, Process.myUserHandle()); in setUserRestrictions() 309 public void setUserRestrictions(Bundle restrictions, UserHandle userHandle) { in setUserRestrictions() argument 311 mService.setUserRestrictions(restrictions, userHandle.getIdentifier()); in setUserRestrictions() 633 public void setApplicationRestrictions(String packageName, Bundle restrictions, in setApplicationRestrictions() argument 636 mService.setApplicationRestrictions(packageName, restrictions, user.getIdentifier()); in setApplicationRestrictions()
|
D | IUserManager.aidl | 44 void setUserRestrictions(in Bundle restrictions, int userHandle); in setUserRestrictions() argument 45 void setApplicationRestrictions(in String packageName, in Bundle restrictions, in setApplicationRestrictions() argument
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 46 This file will describe the copyrights, license, and restrictions which apply 56 licenses, and/or restrictions:
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 40 some device-specific restrictions. Because of this, some EGLConfigs may
|
D | EGL_ANDROID_recordable.txt | 40 some device-specific restrictions. Because of this, some EGLConfigs may be
|
/frameworks/base/docs/html/tools/publishing/ |
D | versioning.jd | 52 restrictions on upgrades, downgrades, or compatibility of third-party apps. Instead, you (the 53 developer) are responsible for enforcing version restrictions within your application or by 54 informing users of the version restrictions and limitations. The Android system does, however,
|
/frameworks/base/core/java/android/accounts/ |
D | ChooseTypeAndAccountActivity.java | 149 Bundle restrictions = UserManager.get(this) in onCreate() local 152 restrictions.getBoolean(UserManager.DISALLOW_MODIFY_ACCOUNTS, false); in onCreate()
|
/frameworks/compile/slang/ |
D | NOTICE | 248 This file will describe the copyrights, license, and restrictions which apply 258 licenses, and/or restrictions: 320 This file will describe the copyrights, license, and restrictions which apply 330 licenses, and/or restrictions:
|
/frameworks/base/docs/html/ |
D | license.jd | 51 content as you see fit. Except as noted in the <a href="#restrictions">Restrictions</a> section 58 <h2 id="restrictions">Restrictions</h2>
|
D | legal.jd | 59 restrictions for re-use, read the complete <a href="license.html">Content License</a>.</p> 69 restrictions. Such services include:</p>
|
/frameworks/base/docs/html/tools/help/ |
D | zipalign.jd | 13 contain binary data with alignment restrictions.
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 237 When users create a restricted profile, they can enable restrictions such as which apps are 243 <p>The UI for users to control the restrictions you've built is managed by the system's 245 you must declare the restrictions your app provides by creating a {@link 247 all apps for available restrictions, then builds the UI to allow the primary user to 248 manage restrictions for each restricted profile. </p> 269 <p>The system creates the UI for your app's restrictions in the Settings app and saves each 271 object. When the user opens your app, you can query for any current restrictions by 276 <p>If you want to provide more specific restrictions that can't be handled by boolean, single 278 restrictions and allow users to open that activity from the restriction settings. In your 284 When the primary user enters your activity to set custom restrictions, your [all …]
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 76 </code> package. With some restrictions, these providers are accessible to any Android
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 35 To protect your rights, we need to make restrictions that forbid 37 rights. These restrictions translate to certain responsibilities for 328 restrictions of other proprietary libraries that do not normally 370 restrictions on the recipients' exercise of the rights granted herein.
|
/frameworks/compile/libbcc/ |
D | NOTICE | 250 This file will describe the copyrights, license, and restrictions which apply 260 licenses, and/or restrictions:
|
/frameworks/base/docs/html/google/play/ |
D | filters.jd | 69 <p>Google Play uses the filter restrictions described below to determine 75 characteristics. It then compares those against the restrictions and 91 <p>All filtering restrictions are associated with an application's version and can
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | manage-memory.jd | 149 removing both memory allocation and de-allocation. However, there are certain restrictions with how
|
/frameworks/base/docs/html/training/monetization/ |
D | ads-and-ux.jd | 44 impose any restrictions on the choice of mobile advertising network. To the extent possible, this
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 34 "permission" mechanism that enforces restrictions on the specific operations 172 new restrictions may be added to the platform such that, in order
|
/frameworks/base/docs/html/design/patterns/ |
D | widgets.jd | 70 …lete list of supported building blocks and more information on layout restrictions, please refer t…
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 184 the restrictions on the width and height measurements you should produce. A 185 full reference to the kind of restrictions these specifications can require
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-tracing.jd | 106 <p>Before you start generating trace logs, be aware of the following restrictions:</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 188 filtering for non-technical reasons (such as geographic restrictions) is always
|