From aea02572e7e75b58dfbe5e3fc8919bd1279e71fe Mon Sep 17 00:00:00 2001 From: "tcdlpds@gmail.com" Date: Wed, 3 Mar 2021 19:39:34 +0530 Subject: [PATCH] Add device-mgt provider service methods --- .../mocks/DeviceManagementProviderServiceMock.java | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;