Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java74 private static LoadChannelTask sQueryTask; field in ChannelLogoFetcher
89 sQueryTask = new LoadChannelTask(context); in startFetchingChannelLogos()
90 sQueryTask.executeOnDbThread(); in startFetchingChannelLogos()
100 if (sQueryTask != null) { in stopFetchingChannelLogos()
101 sQueryTask.cancel(true); in stopFetchingChannelLogos()
102 sQueryTask = null; in stopFetchingChannelLogos()
157 if (sQueryTask == this) { in onPostExecute()
158 sQueryTask = null; in onPostExecute()