Home
last modified time | relevance | path

Searched refs:RESTRICT_IF_OVERRIDABLE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/
DRestrictedDashboardFragment.java58 protected static final String RESTRICT_IF_OVERRIDABLE = "restrict_if_overridable"; field in RestrictedDashboardFragment
187 if (mRestrictionKey == null || RESTRICT_IF_OVERRIDABLE.equals(mRestrictionKey)) { in isRestrictedAndNotProviderProtected()
205 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/
DRestrictedDashboardFragment.java58 protected static final String RESTRICT_IF_OVERRIDABLE = "restrict_if_overridable"; field in RestrictedDashboardFragment
187 if (mRestrictionKey == null || RESTRICT_IF_OVERRIDABLE.equals(mRestrictionKey)) { in isRestrictedAndNotProviderProtected()
205 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRestrictedSettingsFragment.java58 protected static final String RESTRICT_IF_OVERRIDABLE = "restrict_if_overridable"; field in RestrictedSettingsFragment
193 if (mRestrictionKey == null || RESTRICT_IF_OVERRIDABLE.equals(mRestrictionKey)) { in isRestrictedAndNotProviderProtected()
211 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
/packages/apps/Settings/src/com/android/settings/
DRestrictedSettingsFragment.java58 protected static final String RESTRICT_IF_OVERRIDABLE = "restrict_if_overridable"; field in RestrictedSettingsFragment
193 if (mRestrictionKey == null || RESTRICT_IF_OVERRIDABLE.equals(mRestrictionKey)) { in isRestrictedAndNotProviderProtected()
211 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()