HomeSort by relevance Sort by last modified time
    Searched refs:ProfileOwnerProvisioningActivity (Results 1 - 3 of 3) sorted by null

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ProfileOwnerProvisioningActivity.java 63 public class ProfileOwnerProvisioningActivity extends SetupLayoutActivity {
130 Intent intent = new Intent(ProfileOwnerProvisioningActivity.this,
159 + "Finishing ProfileOwnerProvisioningActivity");
250 Intent intent = new Intent(ProfileOwnerProvisioningActivity.this,
266 Utils.markDeviceProvisioned(ProfileOwnerProvisioningActivity.this);
ProfileOwnerPreProvisioningActivity.java 56 * The activity sets up the environment in which the {@link ProfileOwnerProvisioningActivity} can be run.
71 "com.android.managedprovisioning.ProfileOwnerProvisioningActivity");
326 Intent intent = new Intent(this, ProfileOwnerProvisioningActivity.class);
ProfileOwnerProvisioningService.java 69 * <p>This service is started from and sends updates to the {@link ProfileOwnerProvisioningActivity},
155 if (ProfileOwnerProvisioningActivity.ACTION_CANCEL_PROVISIONING.equals(intent.getAction())) {
386 * the service and notify the {@link ProfileOwnerProvisioningActivity} so that it can finish
427 // Enable the HomeReceiverActivity, since the ProfileOwnerProvisioningActivity will

Completed in 302 milliseconds