/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 289 @Nullable Bundle restrictions, @NonNull String tag) throws IOException { in writeRestrictions() 310 public static void readRestrictions(XmlPullParser parser, Bundle restrictions) { in readRestrictions() 373 public static Bundle mergeAll(SparseArray<Bundle> restrictions) { in mergeAll() 825 public static void dumpRestrictions(PrintWriter pw, String prefix, Bundle restrictions) { in dumpRestrictions() 874 String... restrictions) { in restrictionsChanged()
|
D | UserManagerService.java | 1425 public void setDefaultGuestRestrictions(Bundle restrictions) { in setDefaultGuestRestrictions() 1439 private void setDevicePolicyUserRestrictionsInner(int userId, @Nullable Bundle restrictions, in setDevicePolicyUserRestrictionsInner() 1497 private boolean updateRestrictionsIfNeededLR(int userId, @Nullable Bundle restrictions, in updateRestrictionsIfNeededLR() 1539 Bundle restrictions = mCachedEffectiveUserRestrictions.get(userId); in getEffectiveUserRestrictions() local 1554 Bundle restrictions = getEffectiveUserRestrictions(userId); in hasUserRestriction() local 1567 Bundle restrictions = getEffectiveUserRestrictions(userId); in hasUserRestrictionOnAnyUser() local 2230 Bundle restrictions = new Bundle(); in fallbackToSingleUserLP() local 2801 Bundle restrictions = new Bundle(); in createUserInternalUnchecked() local 3166 public void setApplicationRestrictions(String packageName, Bundle restrictions, in setApplicationRestrictions() 3211 final Bundle restrictions = new Bundle(); in readApplicationRestrictionsLAr() local [all …]
|
/frameworks/base/cmds/incidentd/src/ |
D | PrivacyFilter.cpp | 172 FieldStripper::FieldStripper(const Privacy* restrictions, const sp<ProtoReader>& data, in FieldStripper() 246 PrivacyFilter::PrivacyFilter(int sectionId, const Privacy* restrictions) in PrivacyFilter()
|
/frameworks/base/core/java/android/content/ |
D | RestrictionsManager.java | 564 ArrayList<RestrictionEntry> restrictions = new ArrayList<>(); in loadManifestRestrictions() local 722 RestrictionEntry[] restrictions = entry.getRestrictions(); in addRestrictionToBundle() local
|
D | RestrictionEntry.java | 370 public void setRestrictions(RestrictionEntry[] restrictions) { in setRestrictions()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 135 Bundle restrictions = mUserManager.getUserRestrictions(user.getUserHandle()); in testAddUser() local 377 Bundle restrictions = mUserManager.getUserRestrictions(UserHandle.of(userInfo.id)); in testAddRestrictedProfile() local 521 Bundle restrictions = new Bundle(); in testSetDefaultGuestRestrictions() local
|
D | UserRestrictionsUtilsTest.java | 218 SparseArray<Bundle> restrictions = new SparseArray<>(); in testMergeAll() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DpmTestUtils.java | 61 public static Bundle newRestrictions(String... restrictions) { in newRestrictions()
|
/frameworks/base/core/java/android/os/ |
D | IUserManager.aidl | 78 void setApplicationRestrictions(in String packageName, in Bundle restrictions, in setApplicationRestrictions() 82 void setDefaultGuestRestrictions(in Bundle restrictions); in setDefaultGuestRestrictions()
|
D | UserManagerInternal.java | 53 public abstract void setDevicePolicyUserRestrictions(int userId, @Nullable Bundle restrictions, in setDevicePolicyUserRestrictions()
|
D | UserManager.java | 1887 public void setUserRestrictions(Bundle restrictions) { in setUserRestrictions() 1897 public void setUserRestrictions(Bundle restrictions, UserHandle userHandle) { in setUserRestrictions() 3071 public void setApplicationRestrictions(String packageName, Bundle restrictions, in setApplicationRestrictions() 3097 public void setDefaultGuestRestrictions(Bundle restrictions) { in setDefaultGuestRestrictions()
|
/frameworks/base/core/java/android/accounts/ |
D | ChooseTypeAndAccountActivity.java | 155 Bundle restrictions = UserManager.get(this) in onCreate() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IAppOpsService.aidl | 72 void setUserRestrictions(in Bundle restrictions, IBinder token, int userHandle); in setUserRestrictions()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 3936 final SparseArray<Restriction> restrictions = mAudioRestrictions.valueAt(o); in dump() local 4213 public void setUserRestrictions(Bundle restrictions, IBinder token, int userHandle) { in setUserRestrictions()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 7833 final Set<String> restrictions = in setDeviceOwner() local 10063 final Bundle restrictions = activeAdmin.ensureUserRestrictions(); in setUserRestriction() local
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |