HomeSort by relevance Sort by last modified time
    Searched defs:organizationName (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
OrganizationInfoTest.java 71 CharSequence organizationName = mDevicePolicyManager.getOrganizationName(
73 assertNull(organizationName);
83 CharSequence organizationName = mDevicePolicyManager.getOrganizationName(
85 assertEquals(name, organizationName);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 347 final String organizationName = intent
349 mDevicePolicyManager.setOrganizationName(mAdminReceiverComponent, organizationName);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 742 public OrganizationData(final String organizationName, final String departmentName,
746 mOrganizationName = organizationName;
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 667 String organizationName = null;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 

Completed in 732 milliseconds