Searched refs:userManagerInternal (Results 1 – 7 of 7) sorted by relevance
84 when(getServices().userManagerInternal.getBaseUserRestrictions( in testMigration()89 when(getServices().userManagerInternal.getBaseUserRestrictions( in testMigration()98 when(getServices().userManagerInternal.getBaseUserRestrictions( in testMigration()116 }).when(getServices().userManagerInternal).setBaseUserRestrictionsByDpmsForMigration( in testMigration()213 when(getServices().userManagerInternal.getBaseUserRestrictions( in testMigration2_profileOwnerOnUser0()229 }).when(getServices().userManagerInternal).setBaseUserRestrictionsByDpmsForMigration( in testMigration2_profileOwnerOnUser0()
1101 reset(getServices().userManagerInternal); in testClearDeviceOwner()1111 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testClearDeviceOwner()1610 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()1616 reset(getServices().userManagerInternal); in testSetUserRestriction_asDo()1623 reset(getServices().userManagerInternal); in testSetUserRestriction_asDo()1626 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()1630 reset(getServices().userManagerInternal); in testSetUserRestriction_asDo()1633 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()1638 reset(getServices().userManagerInternal); in testSetUserRestriction_asDo()1652 verify(getServices().userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()[all …]
65 super(services.userManager, services.userManagerInternal, in OwnersTestable()140 return services.userManagerInternal; in getUserManagerInternal()
82 public final UserManagerInternal userManagerInternal; field in MockSystemServices119 userManagerInternal = mock(UserManagerInternal.class); in MockSystemServices()
220 return mMockSystemServices.userManagerInternal; in getUserManagerInternal()
130 UserManagerInternal userManagerInternal, in Owners() argument132 this(userManager, userManagerInternal, packageManagerInternal, new Injector()); in Owners()137 UserManagerInternal userManagerInternal, in Owners() argument141 mUserManagerInternal = userManagerInternal; in Owners()
1101 UserManagerInternal userManagerInternal = in handleOnBootPhase() local1103 userManagerInternal.addUserRestrictionsListener(mUserRestrictionsListener); in handleOnBootPhase()