Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowDevicePolicyManagerTest.java665 devicePolicyManager.setOrganizationColor(testComponent, color); in setOrganizationColorShouldWorkForPoSinceN()
692 devicePolicyManager.setOrganizationColor(testComponent, color); in setOrganizationColorShouldNotWorkForDo()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDevicePolicyManager.java460 protected void setOrganizationColor(ComponentName admin, int color) { in setOrganizationColor() method in ShadowDevicePolicyManager