Package org.robolectric.shadows
Class ShadowDevicePolicyResourcesManager
- java.lang.Object
-
- org.robolectric.shadows.ShadowDevicePolicyResourcesManager
-
@Implements(value=android.app.admin.DevicePolicyResourcesManager.class, minSdk=33, isInAndroidSdk=false) public class ShadowDevicePolicyResourcesManager extends Object
Shadow forDevicePolicyResourcesManager.
-
-
Constructor Summary
Constructors Constructor Description ShadowDevicePolicyResourcesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetString(String stringId, Supplier<String> defaultStringLoader)voidsetString(String stringId, String value)Override string returned by the resource identified bystringId.
-