Searched refs:readRestrictions (Results 1 – 3 of 3) sorted by relevance
250 public static void readRestrictions(XmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils260 public static Bundle readRestrictions(XmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils262 readRestrictions(parser, result); in readRestrictions()
2039 .readRestrictions(parser, mGuestRestrictions); in readUserListLP()2055 UserRestrictionsUtils.readRestrictions(parser); in readUserListLP()2475 baseRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()2477 localRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()2479 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()
1432 userRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readFromXml()