mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Implement updateEnrollment in DeviceManagementProviderServiceMock
This commit is contained in:
parent
a952ca0502
commit
03352259be
@ -583,4 +583,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
throws DeviceManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean updateEnrollment(String owner, List<String> deviceIdentifiers) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@ -583,4 +583,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
throws DeviceManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean updateEnrollment(String owner, List<String> deviceIdentifiers) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user