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