Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DUserProfileGroup.java50 @UserIdInt private final int mProfileParentUserId; field in UserProfileGroup
79 mProfileParentUserId = profileParentUserId; in UserProfileGroup()
202 return mProfileParentUserId; in getProfileParentUserId()
213 allProfileIds[0] = mProfileParentUserId; in getAllProfilesUserIds()
236 allRunningProfileIds[0] = mProfileParentUserId; in getAllRunningProfilesUserIds()
258 return new int[] {mProfileParentUserId}; in getProfilesOfType()
277 return new int[] {mProfileParentUserId}; in getRunningProfilesOfType()
344 if (userId == mProfileParentUserId) { in contains()
363 return mProfileParentUserId == that.mProfileParentUserId in equals()
374 mProfileParentUserId, in hashCode()
[all …]