Home
last modified time | relevance | path

Searched refs:getOrganizationColorForUser (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWorkLockActivityTest.java86 when(mDevicePolicyManager.getOrganizationColorForUser(eq(USER_ID))).thenReturn(orgColor); in testBackgroundAlwaysOpaque()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java198 return devicePolicyManager.getOrganizationColorForUser(getTargetUserId()); in getPrimaryColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogView.java256 image.setColorFilter(mDevicePolicyManager.getOrganizationColorForUser(mUserId), in onAttachedToWindow()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl340 int getOrganizationColorForUser(int userHandle); in getOrganizationColorForUser() method
DDevicePolicyManager.java9470 public @ColorInt int getOrganizationColorForUser(int userHandle) { in getOrganizationColorForUser() method in DevicePolicyManager
9472 return mService.getOrganizationColorForUser(userHandle); in getOrganizationColorForUser()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12316 public int getOrganizationColorForUser(int userHandle) { in getOrganizationColorForUser() method