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

/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java141 final HandlerThread mBackgroundThread; field in class:RunningState
574 mBackgroundThread = new HandlerThread("RunningState:Background");
575 mBackgroundThread.start();
576 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1375 private HandlerThread mBackgroundThread; field in class:ContactsProvider2
1421 mBackgroundThread = new HandlerThread("ContactsProviderWorker",
1423 mBackgroundThread.start();
1424 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()) {

Completed in 72 milliseconds