/packages/apps/Settings/src/com/android/settings/restriction/ |
D | UserRestrictionBindingHelper.kt | 36 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/ |
D | RestrictedSettingsFragment.java | 100 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment() 207 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected()
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
D | RestrictedDashboardFragment.java | 98 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/ |
D | ShadowUserManager.java | 143 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/ |
D | ProfileSettingsPreferenceFragment.java | 38 public ProfileSettingsPreferenceFragment(String restrictionKey) { in ProfileSettingsPreferenceFragment()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
D | RestrictedSettingsFragment.java | 97 public RestrictedSettingsFragment(String restrictionKey) { in RestrictedSettingsFragment() 205 protected boolean shouldBeProviderProtected(String restrictionKey) { in shouldBeProviderProtected()
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | AbstractMobileNetworkSettings.java | 46 AbstractMobileNetworkSettings(String restrictionKey) { in AbstractMobileNetworkSettings()
|
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | UserManagerCompat.java | 97 public boolean hasBaseUserRestriction( in hasBaseUserRestriction()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | AccessibilityShortcutPreferenceFragment.java | 68 public AccessibilityShortcutPreferenceFragment(String restrictionKey) { in AccessibilityShortcutPreferenceFragment()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | AccessibilityShortcutPreferenceFragmentTest.java | 219 public TestAccessibilityShortcutPreferenceFragment(String restrictionKey) { in TestAccessibilityShortcutPreferenceFragment()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsActor.java | 263 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/ |
D | AppRestrictionsFragment.java | 533 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
|
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/ |
D | AndroidMockitoHelper.java | 380 UserHandle user, String restrictionKey, boolean value) { in mockUmHasUserRestrictionForUser()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | AppRestrictionsFragment.java | 657 final String restrictionKey = st.nextToken(); in onPreferenceChange() local
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 497 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
|
/packages/services/Car/service/src/com/android/car/user/ |
D | CarUserService.java | 2143 String restrictionKey = VISIBLE_BACKGROUND_USER_RESTRICTIONS[i]; in setVisibleBackgroundUserRestrictions() local 2157 String restrictionKey = VISIBLE_BACKGROUND_USER_RESTRICTIONS[i]; in clearVisibleBackgroundUserRestrictions() local
|