Searched refs:mBackgroundThread (Results 1 – 3 of 3) sorted by relevance
111 private HandlerThread mBackgroundThread; field in CameraStreamManager232 mBackgroundThread = new HandlerThread("CameraBackground"); in startBackgroundThread()233 mBackgroundThread.start(); in startBackgroundThread()234 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()); in startBackgroundThread()241 if (mBackgroundThread != null) { in stopBackgroundThread()242 mBackgroundThread.quitSafely(); in stopBackgroundThread()244 mBackgroundThread.join(); in stopBackgroundThread()245 mBackgroundThread = null; in stopBackgroundThread()
56 private HandlerThread mBackgroundThread; field in UserRestrictionsParentTest295 mBackgroundThread = new HandlerThread("CameraBackground"); in startBackgroundThread()296 mBackgroundThread.start(); in startBackgroundThread()297 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()); in startBackgroundThread()304 mBackgroundThread.quitSafely(); in stopBackgroundThread()306 mBackgroundThread.join(); in stopBackgroundThread()307 mBackgroundThread = null; in stopBackgroundThread()
109 private HandlerThread mBackgroundThread; field in ServiceTest724 mBackgroundThread = thread; in setupBackgroundThread()743 if (mBackgroundThread != null) { in tearDown()744 mBackgroundThread.quitSafely(); in tearDown()746 mBackgroundThread = null; in tearDown()898 assertEquals(mBackgroundThread, conn.getOnServiceConnectedThread()); in testBindServiceWithExecutor()1562 assertEquals(mBackgroundThread, conn.getOnServiceConnectedThread()); in testBindIsolatedServiceOnBackgroundThread()