Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datausage/
DUnrestrictedDataAccess.java40 private boolean mShowSystem; field in UnrestrictedDataAccess
45 mShowSystem = icicle != null && icicle.getBoolean(EXTRA_SHOW_SYSTEM); in onCreate()
47 mShowSystem ? ApplicationsState.FILTER_ENABLED_NOT_QUIET in onCreate()
55 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()
65 mShowSystem ? ApplicationsState.FILTER_ENABLED_NOT_QUIET in onOptionsItemSelected()
76 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
DBridgedAppsSettings.java45 private boolean mShowSystem; field in BridgedAppsSettings
54 mShowSystem = icicle != null && icicle.getBoolean(EXTRA_SHOW_SYSTEM); in onCreate()
62 mShowSystem ? R.string.menu_hide_system : R.string.menu_show_system); in onCreateOptionsMenu()
70 mShowSystem = !mShowSystem; in onOptionsItemSelected()
71 item.setTitle(mShowSystem ? R.string.menu_hide_system : R.string.menu_show_system); in onOptionsItemSelected()
72 mFilter = mShowSystem ? ApplicationsState.FILTER_NOT_HIDE in onOptionsItemSelected()
85 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
96 mFilter = mShowSystem ? ApplicationsState.FILTER_ALL_ENABLED in onAttach()
/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationAccessSeeAllFragment.java43 private boolean mShowSystem = false; field in RecentLocationAccessSeeAllFragment
63 mShowSystem = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY, in onCreate()
85 mShowSystem = menuItem.getItemId() == MENU_SHOW_SYSTEM; in onOptionsItemSelected()
87 Settings.Secure.LOCATION_SHOW_SYSTEM_OPS, mShowSystem ? 1 : 0); in onOptionsItemSelected()
90 mController.setShowSystem(mShowSystem); in onOptionsItemSelected()
99 mShowSystemMenu.setVisible(!mShowSystem); in updateMenu()
100 mHideSystemMenu.setVisible(mShowSystem); in updateMenu()
DRecentLocationAccessSeeAllPreferenceController.java48 private boolean mShowSystem = false; field in RecentLocationAccessSeeAllPreferenceController
53 mShowSystem = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY, in RecentLocationAccessSeeAllPreferenceController()
83 mShowSystem)) { in updateState()
110 mShowSystem = showSystem; in setShowSystem()
DRecentLocationAccessPreferenceController.java51 private boolean mShowSystem = false; field in RecentLocationAccessPreferenceController
88 mShowSystem = DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY, in RecentLocationAccessPreferenceController()
117 for (RecentAppOpsAccess.Access access : mRecentLocationApps.getAppListSorted(mShowSystem)) { in loadRecentAccesses()
204 mShowSystem = !mShowSystem; in updateShowSystem()
DRecentLocationRequestSeeAllPreferenceController.java41 private boolean mShowSystem = false; field in RecentLocationRequestSeeAllPreferenceController
69 mShowSystem)) { in updateState()
101 mShowSystem = showSystem; in setShowSystem()
/packages/apps/Car/Settings/src/com/android/car/settings/privacy/
DCameraRecentAccessViewAllFragment.java36 private boolean mShowSystem = false; field in CameraRecentAccessViewAllFragment
50 .setOnClickListener(i -> setShowSystem(!mShowSystem)) in onCreate()
67 if (showSystem != mShowSystem) { in setShowSystem()
68 mShowSystem = showSystem; in setShowSystem()
75 mShowHideSystemMenu.setTitle(mShowSystem ? R.string.hide_system : R.string.show_system); in updateMenu()
DMicrophoneRecentAccessViewAllFragment.java36 private boolean mShowSystem = false; field in MicrophoneRecentAccessViewAllFragment
50 .setOnClickListener(i -> setShowSystem(!mShowSystem)) in onCreate()
67 if (showSystem != mShowSystem) { in setShowSystem()
68 mShowSystem = showSystem; in setShowSystem()
75 mShowHideSystemMenu.setTitle(mShowSystem ? R.string.hide_system : R.string.show_system); in updateMenu()
DCameraRecentAccessViewAllPreferenceController.java39 private boolean mShowSystem = false; field in CameraRecentAccessViewAllPreferenceController
72 if (mShowSystem != showSystem) { in setShowSystem()
73 mShowSystem = showSystem; in setShowSystem()
79 return mRecentCameraAccesses.getAppListSorted(mShowSystem); in loadData()
DMicrophoneRecentAccessViewAllPreferenceController.java39 private boolean mShowSystem = false; field in MicrophoneRecentAccessViewAllPreferenceController
72 if (mShowSystem != showSystem) { in setShowSystem()
73 mShowSystem = showSystem; in setShowSystem()
79 return mRecentMicrophoneAccesses.getAppListSorted(mShowSystem); in loadData()
/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationRecentAccessViewAllFragment.java34 private boolean mShowSystem = false; field in LocationRecentAccessViewAllFragment
49 .setOnClickListener(i -> setShowSystem(!mShowSystem)) in onCreate()
68 if (showSystem != mShowSystem) { in setShowSystem()
69 mShowSystem = showSystem; in setShowSystem()
76 mShowHideSystemMenu.setTitle(mShowSystem ? R.string.hide_system : R.string.show_system); in updateMenu()
DLocationRecentAccessViewAllPreferenceController.java40 private boolean mShowSystem = false; field in LocationRecentAccessViewAllPreferenceController
83 if (mShowSystem != showSystem) { in setShowSystem()
84 mShowSystem = showSystem; in setShowSystem()
90 return mRecentLocationAccesses.getAppListSorted(mShowSystem); in loadData()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppOpsPreferenceController.java100 private boolean mShowSystem; field in AppOpsPreferenceController
143 if (mShowSystem != showSystem) { in setShowSystem()
144 mShowSystem = showSystem; in setShowSystem()
202 if (!mShowSystem) { in getAppFilter()
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java233 private boolean mShowSystem; field in ManageApplications
351 mShowSystem = true; in onCreate()
373 mShowSystem = true; in onCreate()
393 mShowSystem = savedInstanceState.getBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onCreate()
607 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
871 mOptionsMenu.findItem(R.id.show_system).setVisible(!mShowSystem in updateOptionsMenu()
874 mOptionsMenu.findItem(R.id.hide_system).setVisible(mShowSystem in updateOptionsMenu()
903 mShowSystem = !mShowSystem; in onOptionsItemSelected()
1472 if (!mManageApplications.mShowSystem) { in rebuild()
1684 if (!mManageApplications.mShowSystem) { in onLauncherInfoChanged()