Home
last modified time | relevance | path

Searched refs:TAG_RESTRICTIONS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DRestrictionsSet.java49 private static final String TAG_RESTRICTIONS = "restrictions"; field in RestrictionsSet
215 TAG_RESTRICTIONS); in writeRestrictions()
236 } else if (type == XmlPullParser.START_TAG && TAG_RESTRICTIONS.equals(tag)) { in readRestrictions()
H A DUserManagerService.java228 private static final String TAG_RESTRICTIONS = "restrictions"; field in UserManagerService
3723 if (parser.getName().equals(TAG_RESTRICTIONS)) { in readUserListLP()
4279 mBaseUserRestrictions.getRestrictions(userInfo.id), TAG_RESTRICTIONS);
4362 .writeRestrictions(serializer, mGuestRestrictions, TAG_RESTRICTIONS);
4500 } else if (TAG_RESTRICTIONS.equals(tag)) {
6060 serializer.startTag(null, TAG_RESTRICTIONS);
6062 serializer.endTag(null, TAG_RESTRICTIONS);