Searched refs:getOrganizationColor (Results 1 – 2 of 2) sorted by relevance
668 assertThat(devicePolicyManager.getOrganizationColor(testComponent)).isEqualTo(color); in setOrganizationColorShouldWorkForPoSinceN()679 assertThat(devicePolicyManager.getOrganizationColor(testComponent)).isEqualTo(0xFF008080); in getOrganizationColorShouldReturnDefaultColorIfNothingSet()
491 protected int getOrganizationColor(ComponentName admin) { in getOrganizationColor() method in ShadowDevicePolicyManager