Searched refs:mBgHandlerThread (Results 1 – 1 of 1) sorted by relevance
235 private final HandlerThread mBgHandlerThread; field in AppRestrictionController1485 mBgHandlerThread = new HandlerThread("bgres-controller", THREAD_PRIORITY_BACKGROUND); in AppRestrictionController()1486 mBgHandlerThread.start(); in AppRestrictionController()1487 mBgHandler = new BgHandler(mBgHandlerThread.getLooper(), injector); in AppRestrictionController()3006 return mBgHandlerThread; in getBackgroundHandlerThread()