Home
last modified time | relevance | path

Searched refs:mBackgroundThread (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java66 HandlerThread mBackgroundThread; field in CameraTooActivity
128 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()
/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java248 RunnerThread mBackgroundThread; field in TestService.TestRunner
306 mBackgroundThread = new RunnerThread("background", new Runnable() { in run()
342 mBackgroundThread.start(); in run()
/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java192 private HandlerThread mBackgroundThread; field in WallpaperService
2756 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()