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
235 case MSG_RESET_CONTENTS: in handleMessage()
763 mBackgroundHandler.removeMessages(MSG_RESET_CONTENTS); in resume()
765 mBackgroundHandler.sendEmptyMessage(MSG_RESET_CONTENTS); in resume()