Home | History | Annotate | Download | only in managedprovisioning

Lines Matching refs:DeviceOwnerProvisioningService

100         filter.addAction(DeviceOwnerProvisioningService.ACTION_PROVISIONING_SUCCESS);
101 filter.addAction(DeviceOwnerProvisioningService.ACTION_PROVISIONING_ERROR);
102 filter.addAction(DeviceOwnerProvisioningService.ACTION_PROGRESS_UPDATE);
115 Intent intent = new Intent(this, DeviceOwnerProvisioningService.class);
137 if (action.equals(DeviceOwnerProvisioningService.ACTION_PROVISIONING_SUCCESS)) {
140 } else if (action.equals(DeviceOwnerProvisioningService.ACTION_PROVISIONING_ERROR)) {
142 DeviceOwnerProvisioningService.EXTRA_USER_VISIBLE_ERROR_ID_KEY,
145 DeviceOwnerProvisioningService.EXTRA_FACTORY_RESET_REQUIRED,
153 } else if (action.equals(DeviceOwnerProvisioningService.ACTION_PROGRESS_UPDATE)) {
155 DeviceOwnerProvisioningService.EXTRA_PROGRESS_MESSAGE_ID_KEY, -1);
168 stopService(new Intent(this, DeviceOwnerProvisioningService.class));
169 // Note: the DeviceOwnerProvisioningService will stop itself.
244 DeviceOwnerProvisioningService.class));
258 DeviceOwnerProvisioningService.class));