Home
last modified time | relevance | path

Searched refs:restrictions (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/services/java/com/android/server/pm/
DUserManagerService.java409 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/
DUserManagerTest.java68 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/
DUserManager.java299 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()
DIUserManager.aidl44 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/
DLICENSE.TXT46 This file will describe the copyrights, license, and restrictions which apply
56 licenses, and/or restrictions:
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt40 some device-specific restrictions. Because of this, some EGLConfigs may
DEGL_ANDROID_recordable.txt40 some device-specific restrictions. Because of this, some EGLConfigs may be
/frameworks/base/docs/html/tools/publishing/
Dversioning.jd52 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/
DChooseTypeAndAccountActivity.java149 Bundle restrictions = UserManager.get(this) in onCreate() local
152 restrictions.getBoolean(UserManager.DISALLOW_MODIFY_ACCOUNTS, false); in onCreate()
/frameworks/compile/slang/
DNOTICE248 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/
Dlicense.jd51 content as you see fit. Except as noted in the <a href="#restrictions">Restrictions</a> section
58 <h2 id="restrictions">Restrictions</h2>
Dlegal.jd59 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/
Dzipalign.jd13 contain binary data with alignment restrictions.
/frameworks/base/docs/html/about/versions/
Dandroid-4.3.jd237 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/
Dcontent-providers.jd76 </code> package. With some restrictions, these providers are accessible to any Android
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt35 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/
DNOTICE250 This file will describe the copyrights, license, and restrictions which apply
260 licenses, and/or restrictions:
/frameworks/base/docs/html/google/play/
Dfilters.jd69 <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/
Dmanage-memory.jd149 removing both memory allocation and de-allocation. However, there are certain restrictions with how
/frameworks/base/docs/html/training/monetization/
Dads-and-ux.jd44 impose any restrictions on the choice of mobile advertising network. To the extent possible, this
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd34 "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/
Dwidgets.jd70 …lete list of supported building blocks and more information on layout restrictions, please refer t…
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd184 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/
Ddebugging-tracing.jd106 <p>Before you start generating trace logs, be aware of the following restrictions:</p>
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd188 filtering for non-technical reasons (such as geographic restrictions) is always

12