Home
last modified time | relevance | path

Searched refs:getOrganizationColorForUser (Results 1 – 7 of 7) 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.java12319 public int getOrganizationColorForUser(int userHandle) { in getOrganizationColorForUser() method
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2761 Landroid/app/admin/DevicePolicyManager;->getOrganizationColorForUser(I)I
2935 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getOrganizationColorForUser(I)I
3466 Landroid/app/admin/IDevicePolicyManager;->getOrganizationColorForUser(I)I