Searched refs:sQueryTask (Results 1 – 1 of 1) sorted by relevance
74 private static LoadChannelTask sQueryTask; field in ChannelLogoFetcher89 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()