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

/packages/apps/Settings/src/com/android/settings/
H A DRestrictedSettingsFragment.java71 * @param restrictionKey The restriction key to check before pin protecting
76 public RestrictedSettingsFragment(String restrictionKey) { argument
77 mRestrictionKey = restrictionKey;
172 protected boolean shouldBeProviderProtected(String restrictionKey) { argument
173 if (restrictionKey == null) {
176 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java227 public boolean hasUserRestriction(String restrictionKey) { argument
232 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { argument

Completed in 72 milliseconds