Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java841 mBackgroundHandler.removeMessages(BackgroundHandler.MSG_REBUILD_LIST, this); in onPause()
870 if (!mBackgroundHandler.hasMessages(BackgroundHandler.MSG_REBUILD_LIST)) { in rebuild()
872 BackgroundHandler.MSG_REBUILD_LIST); in rebuild()
1067 static final int MSG_REBUILD_LIST = 1; field in ApplicationsState.BackgroundHandler
1100 case MSG_REBUILD_LIST: { in handleMessage()