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.java901 mBackgroundHandler.removeMessages(BackgroundHandler.MSG_REBUILD_LIST, this); in onPause()
952 if (!mBackgroundHandler.hasMessages(BackgroundHandler.MSG_REBUILD_LIST)) { in rebuild()
954 BackgroundHandler.MSG_REBUILD_LIST); in rebuild()
1155 static final int MSG_REBUILD_LIST = 1; field in ApplicationsState.BackgroundHandler
1188 case MSG_REBUILD_LIST: { in handleMessage()