Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DRestrictionsSet.java47 private static final String TAG_RESTRICTIONS = "restrictions"; field in RestrictionsSet
193 TAG_RESTRICTIONS); in writeRestrictions()
214 } else if (type == XmlPullParser.START_TAG && TAG_RESTRICTIONS.equals(tag)) { in readRestrictions()
DUserManagerService.java186 private static final String TAG_RESTRICTIONS = "restrictions"; field in UserManagerService
2554 if (parser.getName().equals(TAG_RESTRICTIONS)) { in readUserListLP()
2905 mBaseUserRestrictions.getRestrictions(userInfo.id), TAG_RESTRICTIONS); in writeUserLP()
2968 .writeRestrictions(serializer, mGuestRestrictions, TAG_RESTRICTIONS); in writeUserListLP()
3107 } else if (TAG_RESTRICTIONS.equals(tag)) { in readUserLP()
4215 serializer.startTag(null, TAG_RESTRICTIONS); in writeApplicationRestrictionsLAr()
4217 serializer.endTag(null, TAG_RESTRICTIONS); in writeApplicationRestrictionsLAr()