Home
last modified time | relevance | path

Searched refs:enableSystemApp (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDevicePolicyManager.java226 protected void enableSystemApp(ComponentName admin, String packageName) { in enableSystemApp() method in ShadowDevicePolicyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java438 devicePolicyManager.enableSystemApp(testComponent, app); in enableSystemAppShouldWorkForActiveAdmins()