Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DRestrictionsSet.java208 public void writeRestrictions(@NonNull TypedXmlSerializer serializer, @NonNull String outerTag) in writeRestrictions() method in RestrictionsSet
214 UserRestrictionsUtils.writeRestrictions(serializer, mUserRestrictions.valueAt(i), in writeRestrictions()
H A DUserRestrictionsUtils.java371 public static void writeRestrictions(@NonNull XmlSerializer serializer, in writeRestrictions() method in UserRestrictionsUtils
373 writeRestrictions(XmlUtils.makeTyped(serializer), restrictions, tag); in writeRestrictions()
376 public static void writeRestrictions(@NonNull TypedXmlSerializer serializer, in writeRestrictions() method in UserRestrictionsUtils
H A DUserManagerService.java4278 UserRestrictionsUtils.writeRestrictions(serializer,
4281 UserRestrictionsUtils.writeRestrictions(serializer,
4285 UserRestrictionsUtils.writeRestrictions(serializer,
4362 .writeRestrictions(serializer, mGuestRestrictions, TAG_RESTRICTIONS);
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java569 UserRestrictionsUtils.writeRestrictions( in writeToXml()
/aosp14/frameworks/base/services/
H A Dart-profile7166 HPLcom/android/server/pm/UserRestrictionsUtils;->writeRestrictions(Lcom/android/modules/utils/Typed…