Searched refs:mBackgroundThread (Results 1 – 5 of 5) sorted by relevance
55 private Thread mBackgroundThread; field in DocumentLoader104 if (mBackgroundThread == null) { in resume()105 mBackgroundThread = new BackgroundLoaderThread(); in resume()106 mBackgroundThread.start(); in resume()118 Preconditions.checkState(mBackgroundThread != null); in getNextTaskOrReleaseBackgroundThread()140 mBackgroundThread = null; in getNextTaskOrReleaseBackgroundThread()152 thread = mBackgroundThread; in close()
66 HandlerThread mBackgroundThread; field in CameraTooActivity128 mBackgroundThread = new HandlerThread("background"); in onResume()129 mBackgroundThread.start(); in onResume()130 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()); in onResume()168 mBackgroundThread.quitSafely(); in onPause()170 mBackgroundThread.join(); in onPause()
97 private HandlerThread mBackgroundThread; field in CameraOps168 mBackgroundThread = new HandlerThread("CameraBackground"); in resume()169 mBackgroundThread.start(); in resume()170 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()); in resume()274 mBackgroundThread.quitSafely(); in pause()276 mBackgroundThread.join(); in pause()277 mBackgroundThread = null; in pause()
91 private HandlerThread mBackgroundThread; field in CameraOps182 mBackgroundThread = new HandlerThread("CameraBackground"); in resume()183 mBackgroundThread.start(); in resume()184 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()); in resume()299 mBackgroundThread.quitSafely(); in pause()301 mBackgroundThread.join(); in pause()302 mBackgroundThread = null; in pause()
248 RunnerThread mBackgroundThread; field in TestService.TestRunner306 mBackgroundThread = new RunnerThread("background", new Runnable() { in run()342 mBackgroundThread.start(); in run()