Searched refs:mBackgroundThread (Results 1 – 3 of 3) sorted by relevance
40 private HandlerThread mBackgroundThread; field in RestrictedProfilePinDialogFragment56 mBackgroundThread = new HandlerThread(TAG); in onAttach()57 mBackgroundThread.start(); in onAttach()58 mBackgroundThreadHandler = new Handler(mBackgroundThread.getLooper()); in onAttach()73 mBackgroundThread.quitSafely(); in onDetach()74 mBackgroundThread = null; in onDetach()
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()
228 final HandlerThread mBackgroundThread; field in RunningState792 mBackgroundThread = new HandlerThread("RunningState:Background"); in RunningState()793 mBackgroundThread.start(); in RunningState()794 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper()); in RunningState()