Searched refs:restrictionKey (Results 1 – 9 of 9) sorted by relevance
89 protected boolean hasBaseUserRestriction(String restrictionKey, UserHandle userHandle) { in hasBaseUserRestriction() argument90 return mBaseRestrictions.contains(restrictionKey); in hasBaseUserRestriction()115 String restrictionKey, UserHandle userHandle) { in getUserRestrictionSources() argument119 mRestrictionSources.get(restrictionKey + userHandle.getIdentifier()); in getUserRestrictionSources()124 String restrictionKey, UserHandle userHandle, List<EnforcingUser> enforcers) { in setUserRestrictionSources() argument125 mRestrictionSources.put(restrictionKey + userHandle.getIdentifier(), enforcers); in setUserRestrictionSources()
98 public RestrictedDashboardFragment(String restrictionKey) { in RestrictedDashboardFragment() argument99 mRestrictionKey = restrictionKey; in RestrictedDashboardFragment()201 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() argument202 if (restrictionKey == null) { in shouldBeProviderProtected()205 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
100 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment() argument101 mRestrictionKey = restrictionKey; in RestrictedSettingsFragment()207 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() argument208 if (restrictionKey == null) { in shouldBeProviderProtected()211 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
97 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment() argument98 mRestrictionKey = restrictionKey; in RestrictedSettingsFragment()205 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() argument206 if (restrictionKey == null) { in shouldBeProviderProtected()209 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
47 AbstractMobileNetworkSettings(String restrictionKey) { in AbstractMobileNetworkSettings() argument48 super(restrictionKey); in AbstractMobileNetworkSettings()
233 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction() argument238 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() argument
535 final String restrictionKey = st.nextToken(); in onPreferenceChange() local541 if (entry.getKey().equals(restrictionKey)) { in onPreferenceChange()
428 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() argument430 .getUserRestrictionSources(restrictionKey, userHandle); in hasUserRestriction()
618 final String restrictionKey = st.nextToken(); in onPreferenceChange() local624 if (entry.getKey().equals(restrictionKey)) { in onPreferenceChange()