mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #861 from lasanthaDLPDS/master
Adding latest android agent and Fixing test failures
This commit is contained in:
commit
b6110579ff
@ -452,6 +452,15 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override public List<Activity> getFilteredActivities(String operationCode, int limit, int offset)
|
||||
throws OperationManagementException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override public int getTotalCountOfFilteredActivities(String operationCode) throws OperationManagementException {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
||||
return 0;
|
||||
|
||||
@ -44,6 +44,11 @@ public class NotificationManagementServiceMock implements NotificationManagement
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override public boolean updateAllNotifications(Notification.Status status, int tenantID)
|
||||
throws NotificationManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Notification> getAllNotifications() throws NotificationManagementException {
|
||||
return null;
|
||||
|
||||
Binary file not shown.
@ -452,6 +452,15 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override public List<Activity> getFilteredActivities(String operationCode, int limit, int offset)
|
||||
throws OperationManagementException {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override public int getTotalCountOfFilteredActivities(String operationCode) throws OperationManagementException {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getActivityCountUpdatedAfter(long l) throws OperationManagementException {
|
||||
return 0;
|
||||
|
||||
@ -44,6 +44,11 @@ public class NotificationManagementServiceMock implements NotificationManagement
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override public boolean updateAllNotifications(Notification.Status status, int tenantID)
|
||||
throws NotificationManagementException {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Notification> getAllNotifications() throws NotificationManagementException {
|
||||
return null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user