Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDevicePolicyManager.java232 public boolean wasSystemAppEnabled(String packageName) { in wasSystemAppEnabled() method in ShadowDevicePolicyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java441 assertThat(shadowOf(devicePolicyManager).wasSystemAppEnabled(app)).isTrue(); in enableSystemAppShouldWorkForActiveAdmins()