Searched refs:enforcingUser (Results 1 – 2 of 2) sorted by relevance
91 UserManager.EnforcingUser enforcingUser = new UserManager.EnforcingUser(mUserId, in checkIfRestrictionEnforced_deviceOwner() local96 thenReturn(Collections.singletonList(enforcingUser)); in checkIfRestrictionEnforced_deviceOwner()109 UserManager.EnforcingUser enforcingUser = new UserManager.EnforcingUser(mUserId, in checkIfRestrictionEnforced_profileOwner() local114 thenReturn(Collections.singletonList(enforcingUser)); in checkIfRestrictionEnforced_profileOwner()
11320 final UserManager.EnforcingUser enforcingUser = sources.get(0); in createUserRestrictionSupportIntent() local11321 final int sourceType = enforcingUser.getUserRestrictionSource(); in createUserRestrictionSupportIntent()11322 final int enforcingUserId = enforcingUser.getUserHandle().getIdentifier(); in createUserRestrictionSupportIntent()