Searched refs:RESTRICT_IF_OVERRIDABLE (Results 1 – 3 of 3) sorted by relevance
58 protected static final String RESTRICT_IF_OVERRIDABLE = "restrict_if_overridable"; field in RestrictedSettingsFragment193 if (mRestrictionKey == null || RESTRICT_IF_OVERRIDABLE.equals(mRestrictionKey)) { in isRestrictedAndNotProviderProtected()211 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
58 protected static final String RESTRICT_IF_OVERRIDABLE = "restrict_if_overridable"; field in RestrictedDashboardFragment187 if (mRestrictionKey == null || RESTRICT_IF_OVERRIDABLE.equals(mRestrictionKey)) { in isRestrictedAndNotProviderProtected()205 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
54 protected static final String RESTRICT_IF_OVERRIDABLE = "restrict_if_overridable"; field in RestrictedSettingsFragment191 if (mRestrictionKey == null || RESTRICT_IF_OVERRIDABLE.equals(mRestrictionKey)) { in isRestrictedAndNotProviderProtected()209 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()