Home
last modified time | relevance | path

Searched refs:writeRestrictions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DRestrictionsSet.java188 public void writeRestrictions(@NonNull TypedXmlSerializer serializer, @NonNull String outerTag) in writeRestrictions() method in RestrictionsSet
194 UserRestrictionsUtils.writeRestrictions(serializer, mUserRestrictions.valueAt(i), in writeRestrictions()
DUserRestrictionsUtils.java334 public static void writeRestrictions(@NonNull XmlSerializer serializer, in writeRestrictions() method in UserRestrictionsUtils
336 writeRestrictions(XmlUtils.makeTyped(serializer), restrictions, tag); in writeRestrictions()
339 public static void writeRestrictions(@NonNull TypedXmlSerializer serializer, in writeRestrictions() method in UserRestrictionsUtils
DUserManagerService.java3152 UserRestrictionsUtils.writeRestrictions(serializer, in writeUserLP()
3154 getDevicePolicyLocalRestrictionsForTargetUserLR(userInfo.id).writeRestrictions( in writeUserLP()
3156 UserRestrictionsUtils.writeRestrictions(serializer, in writeUserLP()
3213 .writeRestrictions(serializer, mGuestRestrictions, TAG_RESTRICTIONS); in writeUserListLP()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java486 UserRestrictionsUtils.writeRestrictions( in writeToXml()
/frameworks/base/services/
Dart-profile32064 HPLcom/android/server/pm/RestrictionsSet;->writeRestrictions(Landroid/util/TypedXmlSerializer;Ljava…
33483 HPLcom/android/server/pm/UserRestrictionsUtils;->writeRestrictions(Landroid/util/TypedXmlSerializer…
33484 HPLcom/android/server/pm/UserRestrictionsUtils;->writeRestrictions(Lorg/xmlpull/v1/XmlSerializer;La…