Searched refs:readRestrictions (Results 1 – 7 of 7) sorted by relevance
361 public static void readRestrictions(XmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils362 readRestrictions(XmlUtils.makeTyped(parser), restrictions); in readRestrictions()365 public static void readRestrictions(TypedXmlPullParser parser, Bundle restrictions) { in readRestrictions() method in UserRestrictionsUtils375 public static Bundle readRestrictions(XmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils376 return readRestrictions(XmlUtils.makeTyped(parser)); in readRestrictions()379 public static Bundle readRestrictions(TypedXmlPullParser parser) { in readRestrictions() method in UserRestrictionsUtils381 readRestrictions(parser, result); in readRestrictions()
204 public static RestrictionsSet readRestrictions(@NonNull TypedXmlPullParser parser, in readRestrictions() method in RestrictionsSet217 Bundle restrictions = UserRestrictionsUtils.readRestrictions(parser); in readRestrictions()
385 .readRestrictions(XmlUtils.makeTyped(parser)); in customizeBuilders()
2694 .readRestrictions(parser, mGuestRestrictions); in readUserListLP()2708 UserRestrictionsUtils.readRestrictions(parser); in readUserListLP()3346 baseRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()3348 legacyLocalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()3350 localRestrictions = RestrictionsSet.readRestrictions(parser, in readUserLP()3353 globalRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readUserLP()
467 DrivingStateRestrictions drivingStateRestrictions = readRestrictions(reader); in readRestrictionsList()475 private static DrivingStateRestrictions readRestrictions(JsonReader reader) throws IOException { in readRestrictions() method in CarUxRestrictionsConfiguration
730 userRestrictions = UserRestrictionsUtils.readRestrictions(parser); in readFromXml()
32059 HSPLcom/android/server/pm/RestrictionsSet;->readRestrictions(Landroid/util/TypedXmlPullParser;Ljava…33477 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Landroid/util/TypedXmlPullParser…33478 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Landroid/util/TypedXmlPullParser…33479 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lorg/xmlpull/v1/XmlPullParser;)L…33480 HSPLcom/android/server/pm/UserRestrictionsUtils;->readRestrictions(Lorg/xmlpull/v1/XmlPullParser;La…