Searched refs:mBackgroundThread (Results 1 – 3 of 3) sorted by relevance
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()
248 RunnerThread mBackgroundThread; field in TestService.TestRunner306 mBackgroundThread = new RunnerThread("background", new Runnable() { in run()342 mBackgroundThread.start(); in run()
192 private HandlerThread mBackgroundThread; field in WallpaperService2756 mBackgroundThread = new HandlerThread("DefaultWallpaperLocalColorExtractor"); in onCreate()2757 mBackgroundThread.start(); in onCreate()2758 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()); in onCreate()2774 if (mBackgroundThread != null) { in onDestroy()2778 mBackgroundThread.quitSafely(); in onDestroy()