Searched refs:userManagerInternal (Results 1 – 5 of 5) sorted by relevance
844 reset(mContext.userManagerInternal); in testClearDeviceOwner()850 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testClearDeviceOwner()1202 reset(mContext.userManagerInternal); in testSetUserRestriction_asDo()1205 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()1210 reset(mContext.userManagerInternal); in testSetUserRestriction_asDo()1213 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()1218 reset(mContext.userManagerInternal); in testSetUserRestriction_asDo()1232 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()1237 reset(mContext.userManagerInternal); in testSetUserRestriction_asDo()1249 verify(mContext.userManagerInternal).setDevicePolicyUserRestrictions( in testSetUserRestriction_asDo()[all …]
87 when(mMockContext.userManagerInternal.getBaseUserRestrictions( in testMigration()92 when(mMockContext.userManagerInternal.getBaseUserRestrictions( in testMigration()101 when(mMockContext.userManagerInternal.getBaseUserRestrictions( in testMigration()122 }).when(mContext.userManagerInternal).setBaseUserRestrictionsByDpmsForMigration( in testMigration()218 when(mMockContext.userManagerInternal.getBaseUserRestrictions( in testMigration2_profileOwnerOnUser0()237 }).when(mContext.userManagerInternal).setBaseUserRestrictionsByDpmsForMigration( in testMigration2_profileOwnerOnUser0()
58 super(context.userManager, context.userManagerInternal, context.packageManagerInternal); in OwnersTestable()137 return context.userManagerInternal; in getUserManagerInternal()
250 public final UserManagerInternal userManagerInternal; field in DpmMockContext285 userManagerInternal = mock(UserManagerInternal.class); in DpmMockContext()
108 UserManagerInternal userManagerInternal, in Owners() argument111 mUserManagerInternal = userManagerInternal; in Owners()