Searched refs:readRestrictions (Results 1 – 5 of 5) sorted by relevance
202 public static RestrictionsSet readRestrictions(@NonNull XmlPullParser parser, in readRestrictions() method in RestrictionsSet215 Bundle restrictions = UserRestrictionsUtils.readRestrictions(parser); in readRestrictions()
345 public static void readRestrictions(XmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils355 public static Bundle readRestrictions(XmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils357 readRestrictions(parser, result); in readRestrictions()
293 final Bundle restrictions = UserRestrictionsUtils.readRestrictions(parser); in customizeBuilders()
2557 .readRestrictions(parser, mGuestRestrictions); in readUserListLP()2573 UserRestrictionsUtils.readRestrictions(parser); in readUserListLP()3108 baseRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()3110 legacyLocalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()3112 localRestrictions = RestrictionsSet.readRestrictions(parser, in readUserLP()3115 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()
25658 HSPLcom/android/server/pm/RestrictionsSet;->readRestrictions(Lorg/xmlpull/v1/XmlPullParser;Ljava/la…26674 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lorg/xmlpull/v1/XmlPullParser;)L…26675 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lorg/xmlpull/v1/XmlPullParser;La…