use of com.vodafone360.people.engine.groups.GroupsEngine in project 360-Engine-for-Android by 360.
the class EngineManager method createGroupsEngine.
private synchronized void createGroupsEngine() {
final MainApplication app = (MainApplication) mService.getApplication();
mGroupsEngine = new GroupsEngine(mService, mUiEventCallback, app.getDatabase());
addEngine(mGroupsEngine);
}
Aggregations