Searched refs:DEVICE_OWNER (Results 1 – 5 of 5) sorted by relevance
36 public static final int DEVICE_OWNER = 2; field in UserConsentDialog61 if (ownerType != PROFILE_OWNER && ownerType != DEVICE_OWNER) { in onCreateDialog()72 } else if (ownerType == DEVICE_OWNER) { in onCreateDialog()77 if (ownerType == DEVICE_OWNER && Utils.isFrpSupported(getActivity())) { in onCreateDialog()93 } else if (ownerType == DEVICE_OWNER) { in onCreateDialog()
56 private static final String DEVICE_OWNER = "deviceOwner"; field in DeviceOwnerProvisioningService183 mDownloadPackageTask.getDownloadedPackageLocation(DEVICE_OWNER)); in startDeviceOwnerProvisioning()209 params.deviceAdminDownloadInfo, DEVICE_OWNER); in startDeviceOwnerProvisioning() local276 this, params.inferDeviceAdminPackageName(), DeleteNonRequiredAppsTask.DEVICE_OWNER, in startDeviceOwnerProvisioning()
54 DeleteNonRequiredAppsTask.DEVICE_OWNER, in onReceive()
356 UserConsentDialog.newInstance(UserConsentDialog.DEVICE_OWNER) in showUserConsentDialog()
93 public static final int DEVICE_OWNER = 0; field in DeleteNonRequiredAppsTask116 if (mProvisioningType == DEVICE_OWNER) { in DeleteNonRequiredAppsTask()177 if (mProvisioningType == DEVICE_OWNER) { in run()