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.java55 @UserIdInt private final int mProfileParentUserId; field in UserProfileGroup
84 mProfileParentUserId = profileParentUserId; in UserProfileGroup()
246 return mProfileParentUserId; in getProfileParentUserId()
257 allProfileIds[0] = mProfileParentUserId; in getAllProfilesUserIds()
280 allRunningProfileIds[0] = mProfileParentUserId; in getAllRunningProfilesUserIds()
302 return new int[] {mProfileParentUserId}; in getProfilesOfType()
321 return new int[] {mProfileParentUserId}; in getRunningProfilesOfType()
388 if (userId == mProfileParentUserId) { in contains()
406 return mProfileParentUserId == that.mProfileParentUserId in equals()
417 mProfileParentUserId, in hashCode()
[all …]