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.java68 static final int MSG_RESET_CONTENTS = 1; field in RunningState
238 case MSG_RESET_CONTENTS: in handleMessage()
300 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in onReceive()
301 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in onReceive()
807 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in resume()
809 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in resume()