diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java index d66219aed..8bf066152 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.api/src/test/java/org/wso2/carbon/mdm/services/android/mocks/DeviceManagementProviderServiceMock.java @@ -253,6 +253,11 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv return null; } + @Override + public List getDevicesOfUser(String s, List list, boolean b) throws DeviceManagementException { + return null; + } + @Override public List getDevicesOfUser(String s, String s1) throws DeviceManagementException { return null; @@ -273,6 +278,11 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv return null; } + @Override + public List getAllDevicesOfRole(String s, List list, boolean b) throws DeviceManagementException { + return null; + } + @Override public PaginationResult getDevicesByStatus(PaginationRequest paginationRequest) throws DeviceManagementException { return null; diff --git a/pom.xml b/pom.xml index 44e5b1432..eb27e4cdc 100644 --- a/pom.xml +++ b/pom.xml @@ -1154,7 +1154,7 @@ - 4.1.14 + 4.1.15 [4.0.0, 5.0.0)