Searched refs:existingManagedProfileUserId (Results 1 – 2 of 2) sorted by relevance
275 int existingManagedProfileUserId = mUtils.alreadyHasManagedProfile(mContext); in initiateProfileOwnerProvisioning() local276 if (existingManagedProfileUserId != -1) { in initiateProfileOwnerProvisioning()278 .getProfileOwnerAsUser(existingManagedProfileUserId); in initiateProfileOwnerProvisioning()280 .getProfileOwnerNameAsUser(existingManagedProfileUserId); in initiateProfileOwnerProvisioning()282 existingManagedProfileUserId); in initiateProfileOwnerProvisioning()
310 public void onRemoveProfileApproval(int existingManagedProfileUserId) { in onRemoveProfileApproval() argument312 userManager.removeUser(existingManagedProfileUserId); in onRemoveProfileApproval()