Home
last modified time | relevance | path

Searched refs:InsertLogosTask (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelUtils.java132 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 ChannelUtils
158 InsertLogosTask(Context context) { in InsertLogosTask() method in ChannelUtils.InsertLogosTask