Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowUserManager.java92 protected boolean hasBaseUserRestriction(String restrictionKey, UserHandle userHandle) { in hasBaseUserRestriction()
112 protected boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction()
123 String restrictionKey, UserHandle userHandle) { in getUserRestrictionSources()
132 String restrictionKey, UserHandle userHandle, List<EnforcingUser> enforcers) { in setUserRestrictionSources()
/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/src/com/android/settings/
DRestrictedSettingsFragment.java100 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment()
207 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected()
/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.java47 AbstractMobileNetworkSettings(String restrictionKey) { in AbstractMobileNetworkSettings()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java233 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction()
238 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DAndroidMockitoHelper.java360 UserHandle user, String restrictionKey, boolean value) { in mockUmHasUserRestrictionForUser()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java537 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java627 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java431 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()