Searched refs:TAG_RESTRICTIONS (Results 1 – 3 of 3) 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()
248 private static final String TAG_RESTRICTIONS = "restrictions"; field in UserManagerService4304 if (parser.getName().equals(TAG_RESTRICTIONS)) { in readUserListLP()4879 mBaseUserRestrictions.getRestrictions(userInfo.id), TAG_RESTRICTIONS);4890 TAG_RESTRICTIONS);4979 TAG_RESTRICTIONS);5118 } else if (TAG_RESTRICTIONS.equals(tag)) {5140 if (parser.getName().equals(TAG_RESTRICTIONS)) {6682 serializer.startTag(null, TAG_RESTRICTIONS);6684 serializer.endTag(null, TAG_RESTRICTIONS);
130 private static final String TAG_RESTRICTIONS = "restrictions"; field in UserManagerServiceTest874 if (TAG_RESTRICTIONS.equals(parser.getName())) { in hasRestrictionsInUserXMLFile()