Searched refs:mShowSystem (Results 1 – 4 of 4) sorted by relevance
54 private boolean mShowSystem; field in UnrestrictedDataAccess68 mShowSystem = icicle != null && icicle.getBoolean(EXTRA_SHOW_SYSTEM); in onCreate()69 mFilter = mShowSystem ? ApplicationsState.FILTER_ALL_ENABLED in onCreate()77 mShowSystem ? R.string.menu_hide_system : R.string.menu_show_system); in onCreateOptionsMenu()85 mShowSystem = !mShowSystem; in onOptionsItemSelected()86 item.setTitle(mShowSystem ? R.string.menu_hide_system : R.string.menu_show_system); in onOptionsItemSelected()87 mFilter = mShowSystem ? ApplicationsState.FILTER_ALL_ENABLED in onOptionsItemSelected()100 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
190 private boolean mShowSystem; field in ManageApplications250 mShowSystem = true; in onCreate()271 mShowSystem = true; in onCreate()283 mShowSystem = savedInstanceState.getBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onCreate()451 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()572 mOptionsMenu.findItem(R.id.show_system).setVisible(!mShowSystem in updateOptionsMenu()574 mOptionsMenu.findItem(R.id.hide_system).setVisible(mShowSystem in updateOptionsMenu()592 mShowSystem = !mShowSystem; in onOptionsItemSelected()883 if (!mManageApplications.mShowSystem) { in rebuild()1096 if (!mManageApplications.mShowSystem) { in onLauncherInfoChanged()
83 private boolean mShowSystem; field in PermissionAppsFragment128 mShowSystem = item.getItemId() == MENU_SHOW_SYSTEM; in onOptionsItemSelected()139 mShowSystemMenu.setVisible(!mShowSystem); in updateMenu()140 mHideSystemMenu.setVisible(mShowSystem); in updateMenu()200 if (isSystemApp && !isTelevision && !mShowSystem) { in onPermissionsLoaded()
83 private boolean mShowSystem; field in PermissionAppsFragment130 mShowSystem = item.getItemId() == MENU_SHOW_SYSTEM; in onOptionsItemSelected()141 mShowSystemMenu.setVisible(!mShowSystem); in updateMenu()142 mHideSystemMenu.setVisible(mShowSystem); in updateMenu()202 if (isSystemApp && !isTelevision && !mShowSystem) { in onPermissionsLoaded()