Searched refs:mPrivateProfileUserId (Results 1 – 1 of 1) sorted by relevance
54 @UserIdInt private final int mPrivateProfileUserId; field in UserProfileGroup82 mPrivateProfileUserId = privateProfileUserId; in UserProfileGroup()221 if (mPrivateProfileUserId != UserHandleCompat.USER_NULL) { in getAllProfilesUserIds()222 allProfileIds[allProfileIds.length - 1] = mPrivateProfileUserId; in getAllProfilesUserIds()245 allRunningProfileIds[allRunningProfileIds.length - 1] = mPrivateProfileUserId; in getAllRunningProfilesUserIds()262 return mPrivateProfileUserId != UserHandleCompat.USER_NULL in getProfilesOfType()263 ? new int[]{mPrivateProfileUserId} : new int[]{}; in getProfilesOfType()283 ? new int[] {mPrivateProfileUserId} : new int[] {}; in getRunningProfilesOfType()301 + (mPrivateProfileUserId == UserHandleCompat.USER_NULL ? 0 : 1); in getNumProfiles()354 return UserHandleCompat.USER_NULL != mPrivateProfileUserId in contains()[all …]