Package org.robolectric.shadows
Class EnforcingAdminFactory
java.lang.Object
org.robolectric.shadows.EnforcingAdminFactory
Factory for 
EnforcingAdmin- 
Method Summary
Modifier and TypeMethodDescriptionstatic EnforcingAdmincreate(UserHandle userHandle, String packageName, Authority authority) Return anEnforcingAdminwhich can enforce a certain policy 
- 
Method Details
- 
create
Return anEnforcingAdminwhich can enforce a certain policy- Parameters:
 userHandle- TheUserHandleon which the admin is installed on.packageName- The package name of the admin.authority- TheAuthorityon which the admin is acting on, e.g. DPC, DeviceAdmin, etc..
 
 -