Searched refs:TAG_RESTRICTIONS (Results 1 – 2 of 2) sorted by relevance
47 private static final String TAG_RESTRICTIONS = "restrictions"; field in RestrictionsSet193 TAG_RESTRICTIONS); in writeRestrictions()214 } else if (type == XmlPullParser.START_TAG && TAG_RESTRICTIONS.equals(tag)) { in readRestrictions()
186 private static final String TAG_RESTRICTIONS = "restrictions"; field in UserManagerService2554 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()