Searched refs:readRestrictions (Results 1 – 6 of 6) sorted by relevance
426 public static void readRestrictions(XmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils427 readRestrictions(XmlUtils.makeTyped(parser), restrictions); in readRestrictions()430 public static void readRestrictions(TypedXmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils440 public static Bundle readRestrictions(XmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils441 return readRestrictions(XmlUtils.makeTyped(parser)); in readRestrictions()444 public static Bundle readRestrictions(TypedXmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils446 readRestrictions(parser, result); in readRestrictions()
224 public static RestrictionsSet readRestrictions(@NonNull TypedXmlPullParser parser, in readRestrictions() method in RestrictionsSet237 Bundle restrictions = UserRestrictionsUtils.readRestrictions(parser); in readRestrictions()
569 .readRestrictions(XmlUtils.makeTyped(parser)); in customizeBuilders()
4307 .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);
872 userRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readFromXml()
20088 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lcom/android/modules/utils/Typed…20089 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lcom/android/modules/utils/Typed…