Home
last modified time | relevance | path

Searched defs:restrictionKey (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Settings/src/com/android/settings/restriction/
DUserRestrictionBindingHelper.kt36 for (restrictionKey in metadata.restrictionKeys) { in <lambda>() constant
49 for (restrictionKey in restrictionKeys) { constant in com.android.settings.restriction.UserRestrictionBindingHelper
64 for (restrictionKey in restrictionKeys) { in close() constant
/packages/apps/Settings/src/com/android/settings/
DRestrictedSettingsFragment.java100 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment()
207 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected()
/packages/apps/Settings/src/com/android/settings/dashboard/
DRestrictedDashboardFragment.java98 public RestrictedDashboardFragment(String restrictionKey) { in RestrictedDashboardFragment()
201 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowUserManager.java143 protected boolean hasBaseUserRestriction(String restrictionKey, UserHandle userHandle) { in hasBaseUserRestriction()
178 protected boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction()
188 String restrictionKey, UserHandle userHandle) { in getUserRestrictionSources()
197 String restrictionKey, UserHandle userHandle, List<EnforcingUser> enforcers) { in setUserRestrictionSources()
/packages/apps/Settings/src/com/android/settings/print/
DProfileSettingsPreferenceFragment.java38 public ProfileSettingsPreferenceFragment(String restrictionKey) { in ProfileSettingsPreferenceFragment()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DRestrictedSettingsFragment.java97 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment()
205 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DAbstractMobileNetworkSettings.java46 AbstractMobileNetworkSettings(String restrictionKey) { in AbstractMobileNetworkSettings()
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DUserManagerCompat.java97 public boolean hasBaseUserRestriction( in hasBaseUserRestriction()
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityShortcutPreferenceFragment.java68 public AccessibilityShortcutPreferenceFragment(String restrictionKey) { in AccessibilityShortcutPreferenceFragment()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DAccessibilityShortcutPreferenceFragmentTest.java219 public TestAccessibilityShortcutPreferenceFragment(String restrictionKey) { in TestAccessibilityShortcutPreferenceFragment()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java263 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction()
268 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java533 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java380 UserHandle user, String restrictionKey, boolean value) { in mockUmHasUserRestrictionForUser()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java657 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java497 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2143 String restrictionKey = VISIBLE_BACKGROUND_USER_RESTRICTIONS[i]; in setVisibleBackgroundUserRestrictions() local
2157 String restrictionKey = VISIBLE_BACKGROUND_USER_RESTRICTIONS[i]; in clearVisibleBackgroundUserRestrictions() local