Fix build failure

dm-improvements
Rajitha Kumara 10 months ago
parent b5e9efcd1f
commit 7151e7b060

@ -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