@ -116,4 +116,5 @@ public class MobileDevice implements Serializable {
public void setDeviceProperties(Map<String, String> deviceProperties) {
this.deviceProperties = deviceProperties;
}
@ -191,6 +191,11 @@ public class AndroidDeviceManager implements DeviceMgtService {
return true;
@Override
public boolean isClaimable(DeviceIdentifier deviceIdentifier) throws DeviceManagementException {
return false;
public boolean updateDeviceInfo(DeviceIdentifier deviceIdentifier, Device device) throws DeviceManagementException {
boolean status;
@ -96,6 +96,11 @@ public class WindowsDeviceManager implements DeviceMgtService {