Fix build failure

pull/52/head
Lasantha Dharmakeerthi 10 months ago
commit c71e3b66d3

@ -899,4 +899,14 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
public List<Application> getInstalledApplicationsOnDevice(Device device) throws DeviceManagementException {
return null;
}
@Override
public List<Device> getEnrolledDevicesSince(Date date) throws DeviceManagementException {
return null;
}
@Override
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
return null;
}
}

Loading…
Cancel
Save