Searched refs:wasSystemAppEnabled (Results 1 – 2 of 2) sorted by relevance
232 public boolean wasSystemAppEnabled(String packageName) { in wasSystemAppEnabled() method in ShadowDevicePolicyManager
441 assertThat(shadowOf(devicePolicyManager).wasSystemAppEnabled(app)).isTrue(); in enableSystemAppShouldWorkForActiveAdmins()