Home
last modified time | relevance | path

Searched refs:readRestrictions (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java426 public static void readRestrictions(XmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils
427 readRestrictions(XmlUtils.makeTyped(parser), restrictions); in readRestrictions()
430 public static void readRestrictions(TypedXmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils
440 public static Bundle readRestrictions(XmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils
441 return readRestrictions(XmlUtils.makeTyped(parser)); in readRestrictions()
444 public static Bundle readRestrictions(TypedXmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils
446 readRestrictions(parser, result); in readRestrictions()
DRestrictionsSet.java224 public static RestrictionsSet readRestrictions(@NonNull TypedXmlPullParser parser, in readRestrictions() method in RestrictionsSet
237 Bundle restrictions = UserRestrictionsUtils.readRestrictions(parser); in readRestrictions()
DUserTypeFactory.java569 .readRestrictions(XmlUtils.makeTyped(parser)); in customizeBuilders()
DUserManagerService.java4307 .readRestrictions(parser, mGuestRestrictions); in readUserListLP()
5119 baseRestrictions = UserRestrictionsUtils.readRestrictions(parser);
5121 legacyLocalRestrictions = UserRestrictionsUtils.readRestrictions(parser);
5128 RestrictionsSet.readRestrictions(
5132 localRestrictions = UserRestrictionsUtils.readRestrictions(parser);
5135 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser);
5143 .readRestrictions(parser, mGuestRestrictions);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java872 userRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readFromXml()
/frameworks/base/services/
Dart-wear-profile20088 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lcom/android/modules/utils/Typed…
20089 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lcom/android/modules/utils/Typed…