Home
last modified time | relevance | path

Searched refs:mBackgroundHandler (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java253 final BackgroundHandler mBackgroundHandler; field in RunningState
295 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in onReceive()
296 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in onReceive()
297 mBackgroundHandler.removeMessages(MSG_UPDATE_CONTENTS); in onReceive()
298 mBackgroundHandler.sendEmptyMessage(MSG_UPDATE_CONTENTS); in onReceive()
789 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper()); in RunningState()
802 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in resume()
803 mBackgroundHandler.removeMessages(MSG_UPDATE_CONTENTS); in resume()
804 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in resume()
806 if (!mBackgroundHandler.hasMessages(MSG_UPDATE_CONTENTS)) { in resume()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java160 private Handler mBackgroundHandler; field in CallLogProvider
194 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()) { in onCreate()
702 mBackgroundHandler.obtainMessage(task, arg).sendToTarget(); in scheduleBackgroundTask()
DContactsProvider2.java1531 private Handler mBackgroundHandler; field in ContactsProvider2
1602 mBackgroundHandler = new Handler(mBackgroundThread.getLooper()) { in initialize()
1731 mBackgroundHandler.sendEmptyMessage(task); in scheduleBackgroundTask()
1735 mBackgroundHandler.sendMessage(mBackgroundHandler.obtainMessage(task, arg)); in scheduleBackgroundTask()