Searched refs:getUserRestrictionSource (Results 1 – 12 of 12) sorted by relevance
153 enforcingUser1.getUserRestrictionSource()); in testGetEnforcingUsers_hasEnforcingUser()173 enforcingUser.getUserRestrictionSource()); in testGetEnforcingUsers_hasMultipleEnforcingUsers()177 enforcingUser.getUserRestrictionSource()); in testGetEnforcingUsers_hasMultipleEnforcingUsers()
93 mSystemSetUserRestriction = mUm.getUserRestrictionSource( in setUp()
450 final int installAppsRestrictionSource = mUserManager.getUserRestrictionSource( in checkIfAllowedAndInitiateInstall()471 final int unknownSourcesRestrictionSource = mUserManager.getUserRestrictionSource( in checkIfAllowedAndInitiateInstall()473 final int unknownSourcesGlobalRestrictionSource = mUserManager.getUserRestrictionSource( in checkIfAllowedAndInitiateInstall()
83 int getUserRestrictionSource(String restrictionKey, int userId); in getUserRestrictionSource() method
2988 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource() method in UserManager2991 return mService.getUserRestrictionSource(restrictionKey, userHandle.getIdentifier()); in getUserRestrictionSource()5427 public @UserRestrictionSource int getUserRestrictionSource() { in getUserRestrictionSource() method in UserManager.EnforcingUser
122 final int restrictionSource = enforcingUsers.get(0).getUserRestrictionSource(); in checkIfRestrictionEnforced()
3742 when(getServices().userManager.getUserRestrictionSource( in testProvisioning_withDo_systemUser_restrictedBySystem()3802 when(getServices().userManager.getUserRestrictionSource( in testCheckProvisioningPreCondition_comp_cannot_remove_profile()5077 when(getServices().userManager.getUserRestrictionSource( in testWipeDataManagedProfileDisallowed()5094 when(getServices().userManager.getUserRestrictionSource( in testWipeDataDeviceOwner()5109 when(getServices().userManager.getUserRestrictionSource( in testWipeEuiccDataEnabled()5124 when(getServices().userManager.getUserRestrictionSource( in testWipeDataDeviceOwnerDisallowed()5146 when(getServices().userManager.getUserRestrictionSource( in testMaximumFailedPasswordAttemptsReachedManagedProfile()5180 when(getServices().userManager.getUserRestrictionSource( in testMaximumFailedPasswordAttemptsReachedManagedProfileDisallowed()5206 when(getServices().userManager.getUserRestrictionSource( in testMaximumFailedPasswordAttemptsReachedDeviceOwner()5227 when(getServices().userManager.getUserRestrictionSource( in testMaximumFailedPasswordAttemptsReachedDeviceOwnerDisallowed()[all …]
2342 public int getUserRestrictionSource(String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSource() method in UserManagerService2347 result |= enforcingUsers.get(i).getUserRestrictionSource(); in getUserRestrictionSource()
10998 switch(mUserManager.getUserRestrictionSource(userRestriction, UserHandle.of(userId))) {13529 final int sourceType = enforcingUser.getUserRestrictionSource();13577 int type = source.getUserRestrictionSource();
9809 …AGE_USERS, android.Manifest.permission.QUERY_USERS}) public int getUserRestrictionSource(String, a…9864 method @android.os.UserManager.UserRestrictionSource public int getUserRestrictionSource();
37229 Landroid/os/IUserManager$Stub$Proxy;->getUserRestrictionSource(Ljava/lang/String;I)I37351 Landroid/os/IUserManager;->getUserRestrictionSource(Ljava/lang/String;I)I
37582 PLcom/android/server/pm/UserManagerService;->getUserRestrictionSource(Ljava/lang/String;I)I