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

/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java221 final HandlerThread mBackgroundThread; field in class:RunningState
733 mBackgroundThread = new HandlerThread("RunningState:Background");
734 mBackgroundThread.start();
735 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1339 private HandlerThread mBackgroundThread; field in class:ContactsProvider2
1398 mBackgroundThread = new HandlerThread("ContactsProviderWorker",
1400 mBackgroundThread.start();
1401 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()) {

Completed in 153 milliseconds