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.java208 public void writeRestrictions(@NonNull TypedXmlSerializer serializer, @NonNull String outerTag) in writeRestrictions() method in RestrictionsSet
214 UserRestrictionsUtils.writeRestrictions(serializer, mUserRestrictions.valueAt(i), in writeRestrictions()
DUserRestrictionsUtils.java399 public static void writeRestrictions(@NonNull XmlSerializer serializer, in writeRestrictions() method in UserRestrictionsUtils
401 writeRestrictions(XmlUtils.makeTyped(serializer), restrictions, tag); in writeRestrictions()
404 public static void writeRestrictions(@NonNull TypedXmlSerializer serializer, in writeRestrictions() method in UserRestrictionsUtils
DUserManagerService.java4878 UserRestrictionsUtils.writeRestrictions(serializer,
4883 UserRestrictionsUtils.writeRestrictions(serializer,
4889 UserRestrictionsUtils.writeRestrictions(serializer, mGuestRestrictions,
4895 UserRestrictionsUtils.writeRestrictions(serializer,
4900 UserRestrictionsUtils.writeRestrictions(serializer,
4978 .writeRestrictions(serializer, mGuestRestrictions,
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DActiveAdmin.java570 UserRestrictionsUtils.writeRestrictions( in writeToXml()
/frameworks/base/services/
Dart-wear-profile20091 PLcom/android/server/pm/UserRestrictionsUtils;->writeRestrictions(Lcom/android/modules/utils/TypedX…