Searched refs:MSG_REBUILD_LIST (Results 1 – 1 of 1) sorted by relevance
901 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.BackgroundHandler1188 case MSG_REBUILD_LIST: { in handleMessage()