Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DRestrictedSettingsFragment.java92 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment() argument
93 mRestrictionKey = restrictionKey; in RestrictedSettingsFragment()
196 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected() argument
197 if (restrictionKey == null) { in shouldBeProviderProtected()
200 boolean restricted = RESTRICT_IF_OVERRIDABLE.equals(restrictionKey) in shouldBeProviderProtected()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java227 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction() argument
232 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction() argument
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java528 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
534 if (entry.getKey().equals(restrictionKey)) { in onPreferenceChange()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java590 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
596 if (entry.getKey().equals(restrictionKey)) { in onPreferenceChange()