Home
last modified time | relevance | path

Searched refs:restrictionKey (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DRestrictedSettingsFragment.java76 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment() argument
77 mRestrictionKey = restrictionKey; in RestrictedSettingsFragment()
172 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() argument
173 if (restrictionKey == null) { in shouldBeProviderProtected()
176 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java226 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction() argument
231 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() argument
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java797 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
803 if (entry.getKey().equals(restrictionKey)) { in onPreferenceChange()