Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppInfoSettingsMoreOptions.kt119 val shouldShowAccessRestrictedSettings: Boolean, constant in com.android.settings.spa.app.appinfo.AppInfoSettingsMoreOptionsState
181 private fun ApplicationInfo.shouldShowAccessRestrictedSettings(context: Context): Boolean { in shouldShowAccessRestrictedSettings() method
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appinfo/
DAppInfoSettingsMoreOptionsTest.kt246 fun shouldShowAccessRestrictedSettings() { in shouldShowAccessRestrictedSettings() method
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java541 private boolean shouldShowAccessRestrictedSettings() { in shouldShowAccessRestrictedSettings() method in AppInfoDashboardFragment