Home
last modified time | relevance | path

Searched refs:existingManagedProfileUserId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
DPreProvisioningController.java275 int existingManagedProfileUserId = mUtils.alreadyHasManagedProfile(mContext); in initiateProfileOwnerProvisioning() local
276 if (existingManagedProfileUserId != -1) { in initiateProfileOwnerProvisioning()
278 .getProfileOwnerAsUser(existingManagedProfileUserId); in initiateProfileOwnerProvisioning()
280 .getProfileOwnerNameAsUser(existingManagedProfileUserId); in initiateProfileOwnerProvisioning()
282 existingManagedProfileUserId); in initiateProfileOwnerProvisioning()
DPreProvisioningActivity.java310 public void onRemoveProfileApproval(int existingManagedProfileUserId) { in onRemoveProfileApproval() argument
312 userManager.removeUser(existingManagedProfileUserId); in onRemoveProfileApproval()