Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java69 static final int MSG_RESET_CONTENTS = 1; field in RunningState
233 case MSG_RESET_CONTENTS: in handleMessage()
295 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in onReceive()
296 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in onReceive()
802 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in resume()
804 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in resume()