Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DAppListFragment.java36 private boolean mShowSystem; field in AppListFragment
43 mShowSystem = savedInstanceState.getBoolean(KEY_SHOW_SYSTEM, false); in onCreate()
48 mShowSystem = !mShowSystem; in onCreate()
49 onToggleShowSystemApps(mShowSystem); in onCreate()
50 i.setTitle(mShowSystem ? R.string.hide_system : R.string.show_system); in onCreate()
52 .setTitle(mShowSystem ? R.string.hide_system : R.string.show_system) in onCreate()
64 onToggleShowSystemApps(mShowSystem); in onStart()
72 return mShowSystem; in shouldShowSystemApps()
78 outState.putBoolean(KEY_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
/packages/apps/Settings/src/com/android/settings/datausage/
DUnrestrictedDataAccess.java40 private boolean mShowSystem; field in UnrestrictedDataAccess
46 mShowSystem = icicle != null && icicle.getBoolean(EXTRA_SHOW_SYSTEM); in onCreate()
54 mShowSystem ? R.string.menu_hide_system : R.string.menu_show_system); in onCreateOptionsMenu()
62 mShowSystem = !mShowSystem; in onOptionsItemSelected()
63 item.setTitle(mShowSystem ? R.string.menu_hide_system : R.string.menu_show_system); in onOptionsItemSelected()
64 mFilter = mShowSystem ? ApplicationsState.FILTER_ALL_ENABLED in onOptionsItemSelected()
78 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
89 mFilter = mShowSystem ? ApplicationsState.FILTER_ALL_ENABLED in onAttach()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DUnrestrictedDataAccess.java45 private boolean mShowSystem; field in UnrestrictedDataAccess
51 mShowSystem = icicle != null && icicle.getBoolean(EXTRA_SHOW_SYSTEM); in onCreate()
59 mShowSystem ? R.string.menu_hide_system : R.string.menu_show_system); in onCreateOptionsMenu()
67 mShowSystem = !mShowSystem; in onOptionsItemSelected()
68 item.setTitle(mShowSystem ? R.string.menu_hide_system : R.string.menu_show_system); in onOptionsItemSelected()
69 mFilter = mShowSystem ? ApplicationsState.FILTER_ALL_ENABLED in onOptionsItemSelected()
83 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
94 mFilter = mShowSystem ? ApplicationsState.FILTER_ALL_ENABLED in onAttach()
/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationRequestSeeAllFragment.java40 private boolean mShowSystem = false; field in RecentLocationRequestSeeAllFragment
77 mShowSystem = menuItem.getItemId() == MENU_SHOW_SYSTEM; in onOptionsItemSelected()
80 mController.setShowSystem(mShowSystem); in onOptionsItemSelected()
89 mShowSystemMenu.setVisible(!mShowSystem); in updateMenu()
90 mHideSystemMenu.setVisible(mShowSystem); in updateMenu()
DRecentLocationRequestSeeAllPreferenceController.java41 private boolean mShowSystem = false; field in RecentLocationRequestSeeAllPreferenceController
69 mShowSystem)) { in updateState()
101 mShowSystem = showSystem; in setShowSystem()
/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DAutoPermissionAppsFragment.java71 private boolean mShowSystem; field in AutoPermissionAppsFragment
81 mShowSystem = savedInstanceState.getBoolean(SHOW_SYSTEM_KEY); in onCreate()
106 outState.putBoolean(SHOW_SYSTEM_KEY, mShowSystem); in onSaveInstanceState()
123 if (mShowSystem) { in setShowSystemAppsToggle()
130 mShowSystem = !mShowSystem; in setShowSystemAppsToggle()
247 if (isSystemApp && !mShowSystem) { in onPermissionsLoaded()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppOpsPreferenceController.java100 private boolean mShowSystem; field in AppOpsPreferenceController
135 if (mShowSystem != showSystem) { in setShowSystem()
136 mShowSystem = showSystem; in setShowSystem()
194 if (!mShowSystem) { in getAppFilter()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/manageapplications/
DManageApplications.java177 private boolean mShowSystem; field in ManageApplications
266 mShowSystem = true; in onCreate()
311 mShowSystem = savedInstanceState.getBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onCreate()
499 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
665 mOptionsMenu.findItem(R.id.show_system).setVisible(!mShowSystem in updateOptionsMenu()
667 mOptionsMenu.findItem(R.id.hide_system).setVisible(mShowSystem in updateOptionsMenu()
689 mShowSystem = !mShowSystem; in onOptionsItemSelected()
1109 if (!mManageApplications.mShowSystem) { in rebuild()
1305 if (!mManageApplications.mShowSystem) { in onLauncherInfoChanged()
/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
DPermissionAppsFragment.java80 private boolean mShowSystem; field in PermissionAppsFragment
127 mShowSystem = item.getItemId() == MENU_SHOW_SYSTEM; in onOptionsItemSelected()
138 mShowSystemMenu.setVisible(!mShowSystem); in updateMenu()
139 mHideSystemMenu.setVisible(mShowSystem); in updateMenu()
188 } else if (!isSystemApp || mShowSystem) { in onPermissionsLoaded()
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java198 private boolean mShowSystem; field in ManageApplications
293 mShowSystem = true; in onCreate()
350 mShowSystem = savedInstanceState.getBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onCreate()
563 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
755 mOptionsMenu.findItem(R.id.show_system).setVisible(!mShowSystem in updateOptionsMenu()
757 mOptionsMenu.findItem(R.id.hide_system).setVisible(mShowSystem in updateOptionsMenu()
780 mShowSystem = !mShowSystem; in onOptionsItemSelected()
1206 if (!mManageApplications.mShowSystem) { in rebuild()
1399 if (!mManageApplications.mShowSystem) { in onLauncherInfoChanged()