Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
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()
DUserManagerService.java248 private static final String TAG_RESTRICTIONS = "restrictions"; field in UserManagerService
4304 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);
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserManagerServiceTest.java130 private static final String TAG_RESTRICTIONS = "restrictions"; field in UserManagerServiceTest
874 if (TAG_RESTRICTIONS.equals(parser.getName())) { in hasRestrictionsInUserXMLFile()