.getTO("body");
}
public void done() {
try {
ProfileController.this.gamesListModel = new RecentGamesListModel(TOUtils.ArrayToTOArray(this.get().getArray("gameStatistics")));
int fromServer = ProfileController.this.gamesListModel.getSize();
if (summoner.getAccountID() == LoggedInSummoner.summonerData.getAccountID()) {
ProfileController.this.gamesListModel.addGameList(SavedRecentGamesProvider.getSavedGames(LoggedInSummoner.summonerData));
ProfileController.this.gamesListModel.saveGames(LoggedInSummoner.summonerData);
}