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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
CrossProfileTestActivity.java 53 boolean inWorkProfile = isProfileOwner();
70 private boolean isProfileOwner() {
ByodHelperActivity.java 205 response.putExtra(EXTRA_PROVISIONED, isProfileOwner());
210 response.putExtra(EXTRA_PROVISIONED, isProfileOwner());
214 if (isProfileOwner()) {
466 private boolean isProfileOwner() {
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 305 private boolean isProfileOwner(DeviceAdminInfo item) {
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 725 milliseconds