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.java65 public class ProfileOwnerProvisioningActivity extends Activity { class
131 Intent intent = new Intent(ProfileOwnerProvisioningActivity.this, in onResume()
183 ProfileOwnerProvisioningActivity.this.setResult(Activity.RESULT_CANCELED); in handleProvisioningResult()
184 stopService(new Intent(ProfileOwnerProvisioningActivity.this, in handleProvisioningResult()
186 ProfileOwnerProvisioningActivity.this.finish(); in handleProvisioningResult()
248 Intent intent = new Intent(ProfileOwnerProvisioningActivity.this, in confirmCancel()
274 ProfileOwnerProvisioningActivity.this.setResult(Activity.RESULT_OK); in onProvisioningSuccess()
290 ProfileOwnerProvisioningActivity.this.finish(); in onProvisioningSuccess()
291 stopService(new Intent(ProfileOwnerProvisioningActivity.this, in onProvisioningSuccess()
DProfileOwnerProvisioningService.java130 … if (ProfileOwnerProvisioningActivity.ACTION_CANCEL_PROVISIONING.equals(intent.getAction())) { in onStartCommand()
DProfileOwnerPreProvisioningActivity.java305 Intent intent = new Intent(this, ProfileOwnerProvisioningActivity.class); in startProfileOwnerProvisioning()