Searched refs:restrictionKey (Results 1 – 4 of 4) sorted by relevance
92 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment() argument93 mRestrictionKey = restrictionKey; in RestrictedSettingsFragment()196 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() argument197 if (restrictionKey == null) { in shouldBeProviderProtected()200 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
227 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction() argument232 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() argument
528 final String restrictionKey = st.nextToken(); in onPreferenceChange() local534 if (entry.getKey().equals(restrictionKey)) { in onPreferenceChange()
590 final String restrictionKey = st.nextToken(); in onPreferenceChange() local596 if (entry.getKey().equals(restrictionKey)) { in onPreferenceChange()