Searched refs:shouldShowAccessRestrictedSettings (Results 1 – 3 of 3) sorted by relevance
62 !(state.shouldShowAccessRestrictedSettings && !restrictedSettingsAllowed) in AppInfoSettingsMoreOptions()83 if (state.shouldShowAccessRestrictedSettings && !restrictedSettingsAllowed) { in AppInfoSettingsMoreOptions()119 val shouldShowAccessRestrictedSettings: Boolean, constant in com.android.settings.spa.app.appinfo.AppInfoSettingsMoreOptionsState148 shouldShowAccessRestrictedSettings(context) in getMoreOptionsState()159 shouldShowAccessRestrictedSettings = shouldShowAccessRestrictedSettingsDeferred.await(), in getMoreOptionsState()181 private fun ApplicationInfo.shouldShowAccessRestrictedSettings(context: Context): Boolean { in shouldShowAccessRestrictedSettings() method
426 menu.findItem(ACCESS_RESTRICTED_SETTINGS).setVisible(shouldShowAccessRestrictedSettings()); in onPrepareOptionsMenu()541 private boolean shouldShowAccessRestrictedSettings() { in shouldShowAccessRestrictedSettings() method in AppInfoDashboardFragment
246 fun shouldShowAccessRestrictedSettings() { in shouldShowAccessRestrictedSettings() method in com.android.settings.spa.app.appinfo.AppInfoSettingsMoreOptionsTest