Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DUserProfileGroup.java256 int[] allProfileIds = new int[getNumProfiles()]; in getAllProfilesUserIds() local
257 allProfileIds[0] = mProfileParentUserId; in getAllProfilesUserIds()
261 allProfileIds, in getAllProfilesUserIds()
266 allProfileIds[allProfileIds.length - 1] = mPrivateProfileUserId; in getAllProfilesUserIds()
269 return allProfileIds; in getAllProfilesUserIds()