Home | History | Annotate | Download | only in managedprovisioning

Lines Matching refs:ProfileOwnerProvisioningService

62  * {@link ProfileOwnerProvisioningService}, which runs through the setup steps in an
129 filter.addAction(ProfileOwnerProvisioningService.ACTION_PROVISIONING_SUCCESS);
130 filter.addAction(ProfileOwnerProvisioningService.ACTION_PROVISIONING_ERROR);
131 filter.addAction(ProfileOwnerProvisioningService.ACTION_PROVISIONING_CANCELLED);
140 ProfileOwnerProvisioningService.class);
162 if (ProfileOwnerProvisioningService.ACTION_PROVISIONING_SUCCESS.equals(action)) {
171 } else if (ProfileOwnerProvisioningService.ACTION_PROVISIONING_ERROR.equals(action)) {
176 ProfileOwnerProvisioningService.EXTRA_LOG_MESSAGE_KEY);
181 } else if (ProfileOwnerProvisioningService.ACTION_PROVISIONING_CANCELLED.equals(action)) {
191 stopService(new Intent(this, ProfileOwnerProvisioningService.class));
262 ProfileOwnerProvisioningService.class);
275 stopService(new Intent(this, ProfileOwnerProvisioningService.class));