Searched defs:organizationColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1003 int organizationColor = DEF_ORGANIZATION_COLOR; field in class:DevicePolicyManagerService.ActiveAdmin
1260 if (organizationColor != DEF_ORGANIZATION_COLOR) {
1262 out.attribute(null, ATTR_VALUE, Integer.toString(organizationColor));
1456 organizationColor = Integer.parseInt(
1684 pw.print(prefix); pw.print("organizationColor=");
1685 pw.println(organizationColor);
11289 admin.organizationColor = color;
11304 admin.organizationColor = color;
11319 return admin.organizationColor;
11333 ? profileOwner.organizationColor
[all...]

Completed in 36 milliseconds