Searched refs:ACTION_PROVISIONING_ERROR (Results 1 – 4 of 4) sorted by relevance
121 filter.addAction(ProfileOwnerProvisioningService.ACTION_PROVISIONING_ERROR); in onResume()162 } else if (ProfileOwnerProvisioningService.ACTION_PROVISIONING_ERROR.equals(action)) { in handleProvisioningResult()
103 filter.addAction(DeviceOwnerProvisioningService.ACTION_PROVISIONING_ERROR); in onCreate()139 } else if (action.equals(DeviceOwnerProvisioningService.ACTION_PROVISIONING_ERROR)) { in handleProvisioningIntent()
70 protected static final String ACTION_PROVISIONING_ERROR = field in DeviceOwnerProvisioningService315 Intent intent = new Intent(ACTION_PROVISIONING_ERROR); in sendError()
78 public static final String ACTION_PROVISIONING_ERROR = field in ProfileOwnerProvisioningService599 Intent intent = new Intent(ACTION_PROVISIONING_ERROR); in notifyActivityError()