Searched defs:restrictions (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 68 Bundle restrictions = mUserManager.getUserRestrictions(user.getUserHandle()); in testAddUser() local 149 Bundle restrictions = new Bundle(); in testRestrictions() local
|
/frameworks/base/services/java/com/android/server/pm/ |
D | UserManagerService.java | 409 Bundle restrictions = mUserRestrictions.get(userId); in getUserRestrictions() local 415 public void setUserRestrictions(Bundle restrictions, int userId) { in setUserRestrictions() 608 Bundle restrictions = new Bundle(); in fallbackToSingleUserLocked() local 670 Bundle restrictions = mUserRestrictions.get(userInfo.id); in writeUserLocked() local 750 Bundle restrictions = new Bundle(); in readUserLocked() local 850 private void readBoolean(XmlPullParser parser, Bundle restrictions, in readBoolean() 858 private void writeBoolean(XmlSerializer xml, Bundle restrictions, String restrictionKey) in writeBoolean() 962 Bundle restrictions = new Bundle(); in createUser() local 1113 public void setApplicationRestrictions(String packageName, Bundle restrictions, in setApplicationRestrictions() 1304 final Bundle restrictions = new Bundle(); in readApplicationRestrictionsLocked() local [all …]
|
D | PackageManagerService.java | 6738 Bundle restrictions = sUserManager.getUserRestrictions(userId); in isUserRestricted() local
|
/frameworks/base/core/java/android/os/ |
D | IUserManager.aidl | 44 void setUserRestrictions(in Bundle restrictions, int userHandle); in setUserRestrictions() 45 void setApplicationRestrictions(in String packageName, in Bundle restrictions, in setApplicationRestrictions()
|
D | UserManager.java | 299 public void setUserRestrictions(Bundle restrictions) { in setUserRestrictions() 309 public void setUserRestrictions(Bundle restrictions, UserHandle userHandle) { in setUserRestrictions() 633 public void setApplicationRestrictions(String packageName, Bundle restrictions, in setApplicationRestrictions()
|
/frameworks/base/core/java/android/accounts/ |
D | ChooseTypeAndAccountActivity.java | 149 Bundle restrictions = UserManager.get(this) in onCreate() local
|