Searched refs:mFlagRemoteImages (Results 1 – 1 of 1) sorted by relevance
91 private final boolean mFlagRemoteImages; field in LocalImageFetcher115 mFlagRemoteImages = CommonFlags.getInstance(context).shouldFlagImproperImageRefs(); in LocalImageFetcher()151 task = new ImageLoadingTask(context, key, mFlagRemoteImages); in getImage()221 private final boolean mFlagRemoteImages; field in LocalImageFetcher.ImageLoadingTask228 mFlagRemoteImages = flagRemoteImages; in ImageLoadingTask()280 } else if (mFlagRemoteImages) { in doInBackground()