Home | History | Annotate | Download | only in managedprovisioning

Lines Matching full:profile

67  * Service that runs the profile owner provisioning.
134 error("Failed to initialize managed profile, aborting.", e);
156 ProvisionLogger.logd("Cancelling profile owner provisioning service");
161 ProvisionLogger.logd("Starting profile owner provisioning service");
233 ProvisionLogger.logi("Migrating account to managed profile");
242 ProvisionLogger.logd("Starting managed profile provisioning");
258 DeleteNonRequiredAppsTask.PROFILE_OWNER, true /* creating new profile */,
292 * Called when the new profile is ready for provisioning (the profile is created and all the
306 // Note: account migration must happen after setting the profile owner.
308 // not have a profile owner.
337 // profile.
342 // the successfully created profile.
362 * Initialize the user that underlies the managed profile.
364 * profile and apps can run on it.
410 // If profile owner provisioning was started after user setup is completed, then we
438 ProvisionLogger.logd("No account to migrate to the managed profile.");
459 ProvisionLogger.logd("Creating managed profile with name " + profileName);
466 throw raiseError("Couldn't create profile.");
472 + mParams.deviceAdminPackageName + " on managed profile");
483 + "profile because the user is restricted");
487 + "profile because the package could not be found");
490 + "profile. Unknown status: " + status);
500 + " as managed profile owner.");
506 ProvisionLogger.logw("Could not set profile owner.");
507 throw raiseError("Could not set profile owner.");
569 * Performs cleanup of any created user-profile on failure/cancellation.
573 ProvisionLogger.logd("Removing managed profile");