Searched refs:mLoaderThread (Results 1 – 2 of 2) sorted by relevance
36 private var mLoaderThread: LoaderThread? = null variable203 mLoaderThread = LoaderThread(mLoaderQueue, this) in startBackgroundThread()204 mLoaderThread?.start() in startBackgroundThread()211 mLoaderThread!!.shutdown() in stopBackgroundThread()
676 private LoaderThread mLoaderThread; field in ContactPhotoManagerImpl820 mLoaderThread.requestPreloading(); in preloadPhotosInBackground()1123 mLoaderThread.requestLoading(); in handleMessage()1140 if (mLoaderThread == null) { in ensureLoaderThread()1141 mLoaderThread = new LoaderThread(mContext.getContentResolver()); in ensureLoaderThread()1142 mLoaderThread.start(); in ensureLoaderThread()