Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java295 private int mGlobalRestrictionOwnerUserId = UserHandle.USER_NULL; field in UserManagerService
1088 mGlobalRestrictionOwnerUserId = userId; in setDevicePolicyUserRestrictionsInner()
1090 if (mGlobalRestrictionOwnerUserId == userId) { in setDevicePolicyUserRestrictionsInner()
1095 mGlobalRestrictionOwnerUserId = UserHandle.USER_NULL; in setDevicePolicyUserRestrictionsInner()
1212 if (mGlobalRestrictionOwnerUserId == userId) { in getUserRestrictionSource()
1681 mGlobalRestrictionOwnerUserId = Integer.parseInt(ownerUserId); in readUserListLP()
1943 serializer.attribute(null, ATTR_ID, Integer.toString(mGlobalRestrictionOwnerUserId)); in writeUserListLP()
3195 pw.println(" Global restrictions owner id:" + mGlobalRestrictionOwnerUserId); in dump()