Searched refs:getOrganizationColorForUser (Results 1 – 6 of 6) sorted by relevance
86 when(mDevicePolicyManager.getOrganizationColorForUser(eq(USER_ID))).thenReturn(orgColor); in testBackgroundAlwaysOpaque()
198 return devicePolicyManager.getOrganizationColorForUser(getTargetUserId()); in getPrimaryColor()
256 image.setColorFilter(mDevicePolicyManager.getOrganizationColorForUser(mUserId), in onAttachedToWindow()
340 int getOrganizationColorForUser(int userHandle); in getOrganizationColorForUser() method
9470 public @ColorInt int getOrganizationColorForUser(int userHandle) { in getOrganizationColorForUser() method in DevicePolicyManager9472 return mService.getOrganizationColorForUser(userHandle); in getOrganizationColorForUser()
12316 public int getOrganizationColorForUser(int userHandle) { in getOrganizationColorForUser() method