Home
last modified time | relevance | path

Searched refs:ProfileOwnerProvisioningActivity (Results 1 – 3 of 3) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DProfileOwnerProvisioningActivity.java63 public class ProfileOwnerProvisioningActivity extends SetupLayoutActivity { class
130 Intent intent = new Intent(ProfileOwnerProvisioningActivity.this, in onResume()
250 Intent intent = new Intent(ProfileOwnerProvisioningActivity.this, in confirmCancel()
266 Utils.markDeviceProvisioned(ProfileOwnerProvisioningActivity.this); in onProvisioningSuccess()
DProfileOwnerPreProvisioningActivity.java326 Intent intent = new Intent(this, ProfileOwnerProvisioningActivity.class); in startProfileOwnerProvisioning()
DProfileOwnerProvisioningService.java161 … if (ProfileOwnerProvisioningActivity.ACTION_CANCEL_PROVISIONING.equals(intent.getAction())) { in onStartCommand()