Searched refs:readRestrictions (Results 1 – 4 of 4) sorted by relevance
310 public static void readRestrictions(XmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils320 public static Bundle readRestrictions(XmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils322 readRestrictions(parser, result); in readRestrictions()
2101 .readRestrictions(parser, mGuestRestrictions); in readUserListLP()2117 UserRestrictionsUtils.readRestrictions(parser); in readUserListLP()2547 baseRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()2549 localRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()2551 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()
1504 userRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readFromXml()
11851 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lorg/xmlpull/v1/XmlPullParser;)L…11852 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lorg/xmlpull/v1/XmlPullParser;La…