Searched refs:mBackgroundThread (Results 1 – 3 of 3) sorted by relevance
159 private HandlerThread mBackgroundThread; field in CallLogProvider191 mBackgroundThread = new HandlerThread(getProviderName() + "Worker", in onCreate()193 mBackgroundThread.start(); in onCreate()194 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()) { in onCreate()
1530 private HandlerThread mBackgroundThread; field in ContactsProvider21599 mBackgroundThread = new HandlerThread("ContactsProviderWorker", in initialize()1601 mBackgroundThread.start(); in initialize()1602 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()) { in initialize()
224 final HandlerThread mBackgroundThread; field in RunningState787 mBackgroundThread = new HandlerThread("RunningState:Background"); in RunningState()788 mBackgroundThread.start(); in RunningState()789 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper()); in RunningState()