Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java141 final HandlerThread mBackgroundThread; field in RunningState
574 mBackgroundThread = new HandlerThread("RunningState:Background"); in RunningState()
575 mBackgroundThread.start(); in RunningState()
576 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper()); in RunningState()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1383 private HandlerThread mBackgroundThread; field in ContactsProvider2
1429 mBackgroundThread = new HandlerThread("ContactsProviderWorker", in initialize()
1431 mBackgroundThread.start(); in initialize()
1432 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()) { in initialize()