Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsSummary.java90 mForceEnablePssProfiling.setChecked(isPssProfilingForceEnabled(getContext())); in onCreate()
110 if (Flags.removeAppProfilerPssCollection() && !isPssProfilingForceEnabled(context)) { in refreshUi()
181 private boolean isPssProfilingForceEnabled(Context context) { in isPssProfilingForceEnabled() method in ProcessStatsSummary
202 mForceEnablePssProfiling.setChecked(isPssProfilingForceEnabled(getContext())); in onRebootDialogCanceled()