Home
last modified time | relevance | path

Searched refs:ACTION_PROVISIONING_ERROR (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DProfileOwnerProvisioningActivity.java121 filter.addAction(ProfileOwnerProvisioningService.ACTION_PROVISIONING_ERROR); in onResume()
162 } else if (ProfileOwnerProvisioningService.ACTION_PROVISIONING_ERROR.equals(action)) { in handleProvisioningResult()
DDeviceOwnerProvisioningActivity.java103 filter.addAction(DeviceOwnerProvisioningService.ACTION_PROVISIONING_ERROR); in onCreate()
139 } else if (action.equals(DeviceOwnerProvisioningService.ACTION_PROVISIONING_ERROR)) { in handleProvisioningIntent()
DDeviceOwnerProvisioningService.java70 protected static final String ACTION_PROVISIONING_ERROR = field in DeviceOwnerProvisioningService
315 Intent intent = new Intent(ACTION_PROVISIONING_ERROR); in sendError()
DProfileOwnerProvisioningService.java78 public static final String ACTION_PROVISIONING_ERROR = field in ProfileOwnerProvisioningService
599 Intent intent = new Intent(ACTION_PROVISIONING_ERROR); in notifyActivityError()