Searched defs:restrictionKey (Results 1 – 3 of 3) sorted by relevance
76 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment()172 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected()
227 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction()232 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
816 final String restrictionKey = st.nextToken(); in onPreferenceChange() local