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

/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java252 final BackgroundHandler mBackgroundHandler; field in class:RunningState
294 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS);
295 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS);
296 mBackgroundHandler.removeMessages(MSG_UPDATE_CONTENTS);
297 mBackgroundHandler.sendEmptyMessage(MSG_UPDATE_CONTENTS);
788 mBackgroundHandler = new BackgroundHandler(mBackgroundThread.getLooper());
801 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS);
802 mBackgroundHandler.removeMessages(MSG_UPDATE_CONTENTS);
803 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS);
805 if (!mBackgroundHandler
[all...]

Completed in 109 milliseconds