Searched refs:getOrganizationColorForUser (Results 1 – 6 of 6) sorted by relevance
85 when(mDevicePolicyManager.getOrganizationColorForUser(eq(USER_ID))).thenReturn(orgColor); in testBackgroundAlwaysOpaque()
200 return devicePolicyManager.getOrganizationColorForUser(getTargetUserId()); in getPrimaryColor()
332 int getOrganizationColorForUser(int userHandle); in getOrganizationColorForUser() method
8501 public @ColorInt int getOrganizationColorForUser(int userHandle) { in getOrganizationColorForUser() method in DevicePolicyManager8503 return mService.getOrganizationColorForUser(userHandle); in getOrganizationColorForUser()
11324 public int getOrganizationColorForUser(int userHandle) { in getOrganizationColorForUser() method in DevicePolicyManagerService
15619 HSPLandroid/app/admin/IDevicePolicyManager;->getOrganizationColorForUser(I)I