Searched refs:mBackgroundThread (Results 1 – 2 of 2) sorted by relevance
141 final HandlerThread mBackgroundThread; field in RunningState574 mBackgroundThread = new HandlerThread("RunningState:Background"); in RunningState()575 mBackgroundThread.start(); in RunningState()576 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper()); in RunningState()
1383 private HandlerThread mBackgroundThread; field in ContactsProvider21429 mBackgroundThread = new HandlerThread("ContactsProviderWorker", in initialize()1431 mBackgroundThread.start(); in initialize()1432 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()) { in initialize()