Searched refs:mShowBackground (Results 1 – 4 of 4) sorted by relevance
212 boolean mShowBackground; field in RunningProcessesView.ServiceListAdapter225 if (mShowBackground != showBackground) { in setShowBackground()226 mShowBackground = showBackground; in setShowBackground()234 return mShowBackground; in getShowBackground()239 mShowBackground ? mState.getCurrentBackgroundItems() in refreshItems()248 if (mShowBackground) { in refreshItems()342 if (mCurShowCached != mAdapter.mShowBackground) { in refreshUi()343 mCurShowCached = mAdapter.mShowBackground; in refreshUi()414 args.putBoolean(RunningServiceDetails.KEY_BACKGROUND, mAdapter.mShowBackground); in startServiceDetailsActivity()
69 boolean mShowBackground; field in RunningServiceDetails108 } else if (!mShowBackground && mMergedItem.mServices.size() <= 1) { in stopActiveService()201 ArrayList<RunningState.MergedItem> newItems = mShowBackground in findMergedItem()446 if (mShowBackground) {502 mShowBackground = getArguments().getBoolean(KEY_BACKGROUND, false);