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