Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java212 boolean mShowBackground; field in RunningProcessesView.ServiceListAdapter
225 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()
DRunningServiceDetails.java69 boolean mShowBackground; field in RunningServiceDetails
108 } 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);
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningProcessesView.java212 boolean mShowBackground; field in RunningProcessesView.ServiceListAdapter
225 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()
DRunningServiceDetails.java69 boolean mShowBackground; field in RunningServiceDetails
108 } 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);