Searched defs:restrictionKey (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DRestrictedSettingsFragment.java75 * @param restrictionKey The restriction key to check before pin protecting
80 public RestrictedSettingsFragment(String restrictionKey) { argument
81 mRestrictionKey = restrictionKey;
176 protected boolean shouldBeProviderProtected(String restrictionKey) { argument
177 if (restrictionKey == null) {
180 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey)

Completed in 101 milliseconds