OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existingManagedProfileUserId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/
PreProvisioningController.java
275
int
existingManagedProfileUserId
= mUtils.alreadyHasManagedProfile(mContext);
276
if (
existingManagedProfileUserId
!= -1) {
278
.getProfileOwnerAsUser(
existingManagedProfileUserId
);
280
.getProfileOwnerNameAsUser(
existingManagedProfileUserId
);
282
existingManagedProfileUserId
);
PreProvisioningActivity.java
315
public void onRemoveProfileApproval(int
existingManagedProfileUserId
) {
317
userManager.removeUser(
existingManagedProfileUserId
);
Completed in 87 milliseconds