HomeSort by relevance Sort by last modified time
    Searched refs:organizationColor (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDevicePolicyManager.java 68 private int organizationColor;
152 organizationColor = DEFAULT_ORGANIZATION_COLOR;
462 organizationColor = color;
490 return organizationColor;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 400 final int organizationColor = intent.getIntExtra(
403 mDevicePolicyManager.setOrganizationColor(mAdminReceiverComponent, organizationColor);

Completed in 105 milliseconds