Searched refs:InsertLogosTask (Results 1 – 1 of 1) sorted by relevance
131 new InsertLogosTask(context).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, logos); in updateChannels()162 public static class InsertLogosTask extends AsyncTask<Map<Uri, String>, Void, Void> { class in ChannelUtils165 InsertLogosTask(Context context) { in InsertLogosTask() method in ChannelUtils.InsertLogosTask