Searched refs:mShowSystem (Results 1 – 1 of 1) sorted by relevance
100 private boolean mShowSystem; field in ProcessStatsUi157 mShowSystem = icicle != null ? icicle.getBoolean("show_system") : false; in onCreate()181 outState.putBoolean("show_system", mShowSystem); in onSaveInstanceState()290 mShowSystemMenu.setChecked(mShowSystem); in updateMenus()316 mShowSystem = !mShowSystem; in onOptionsItemSelected()399 stats = mShowSystem ? BACKGROUND_AND_SYSTEM_PROC_STATES in refreshStats()727 mMaxWeight = (long)(mShowSystem ? persBackgroundWeight : backgroundWeight); in refreshStats()