Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppInfoSettingsMoreOptions.kt62 !(state.shouldShowAccessRestrictedSettings && !restrictedSettingsAllowed) in AppInfoSettingsMoreOptions()
83 if (state.shouldShowAccessRestrictedSettings && !restrictedSettingsAllowed) { in AppInfoSettingsMoreOptions()
119 val shouldShowAccessRestrictedSettings: Boolean, constant in com.android.settings.spa.app.appinfo.AppInfoSettingsMoreOptionsState
148 shouldShowAccessRestrictedSettings(context) in getMoreOptionsState()
159 shouldShowAccessRestrictedSettings = shouldShowAccessRestrictedSettingsDeferred.await(), in getMoreOptionsState()
181 private fun ApplicationInfo.shouldShowAccessRestrictedSettings(context: Context): Boolean { in shouldShowAccessRestrictedSettings() method
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java426 menu.findItem(ACCESS_RESTRICTED_SETTINGS).setVisible(shouldShowAccessRestrictedSettings()); in onPrepareOptionsMenu()
541 private boolean shouldShowAccessRestrictedSettings() { in shouldShowAccessRestrictedSettings() method in AppInfoDashboardFragment
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppInfoSettingsMoreOptionsTest.kt246 fun shouldShowAccessRestrictedSettings() { in shouldShowAccessRestrictedSettings() method in com.android.settings.spa.app.appinfo.AppInfoSettingsMoreOptionsTest