Searched refs:profileUserId (Results 1 – 3 of 3) sorted by relevance
105 int profileUserId = -1; in setupEnabledProfiles()107 profileUserId = PROFILE_OF_PRIMARY_USER; in setupEnabledProfiles()109 profileUserId = PRIMARY_USER; in setupEnabledProfiles()112 if (profileUserId != -1 && mUserEnabled.get(profileUserId)) { in setupEnabledProfiles()113 users.add(profileUserId); in setupEnabledProfiles()
1536 int profileUserId = profiles.get(i).id;1540 intent.putExtra(Intent.EXTRA_USER_HANDLE, profileUserId);1544 profileUserId);1552 int profileUserId = profiles.get(i).id;1556 intent.putExtra(Intent.EXTRA_USER_HANDLE, profileUserId);1560 profileUserId);
1627 int profileUserId = mDevicePolicyGlobalUserRestrictions.keyAt(i); in getUserRestrictionSources() local1629 result.add(getEnforcingUserLocked(profileUserId)); in getUserRestrictionSources()