Home
last modified time | relevance | path

Searched defs:restriction (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelper.java79 public AlertDialog.Builder prepareDialogBuilder(String restriction, in prepareDialogBuilder()
107 public void updateDialog(String restriction, EnforcedAdmin admin) { in updateDialog()
118 String restriction) { in initializeDialogViews()
155 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
DActionDisabledByAdminDialog.java39 final String restriction = getRestrictionFromIntent(getIntent()); in onCreate() local
50 final String restriction = getRestrictionFromIntent(intent); in onNewIntent() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DActionDisabledByAdminDialogHelper.java79 public AlertDialog.Builder prepareDialogBuilder(String restriction, in prepareDialogBuilder()
107 public void updateDialog(String restriction, EnforcedAdmin admin) { in updateDialog()
118 String restriction) { in initializeDialogViews()
155 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
DActionDisabledByAdminDialog.java39 final String restriction = getRestrictionFromIntent(getIntent()); in onCreate() local
50 final String restriction = getRestrictionFromIntent(intent); in onNewIntent() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DRestrictionUtils.java38 public EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DRestrictionUtils.java38 public EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowCarUserManagerHelper.java157 protected boolean isCurrentProcessUserHasRestriction(String restriction) { in isCurrentProcessUserHasRestriction()
167 protected void setUserRestriction(UserInfo userInfo, String restriction, boolean enable) { in setUserRestriction()
175 protected boolean hasUserRestriction(String restriction, UserInfo userInfo) { in hasUserRestriction()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowRestrictionUtils.java16 protected EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
DShadowUserManager.java88 public void addBaseUserRestriction(String restriction) { in addBaseUserRestriction()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogTest.java65 final String restriction = "someRestriction"; in testGetRestrictionFromIntent() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/users/
DPermissionsPreferenceControllerTest.java134 PreferenceGroup preferenceGroup, String restriction) { in getPreferenceForRestriction()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DWallpaperPreferenceController.java101 final String restriction = DISALLOW_SET_WALLPAPER; in disablePreferenceIfManaged() local
/packages/apps/Settings/src/com/android/settings/display/
DWallpaperPreferenceController.java118 final String restriction = DISALLOW_SET_WALLPAPER; in disablePreferenceIfManaged() local
/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DCarUserManagerHelper.java616 public boolean hasUserRestriction(String restriction, UserInfo userInfo) { in hasUserRestriction()
626 public boolean foregroundUserHasUserRestriction(String restriction) { in foregroundUserHasUserRestriction()
707 public boolean isCurrentProcessUserHasRestriction(String restriction) { in isCurrentProcessUserHasRestriction()
866 public void setUserRestriction(UserInfo userInfo, String restriction, boolean enable) { in setUserRestriction()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DEditUserPhotoController.java416 public RestrictedMenuItem(Context context, String title, String restriction, in RestrictedMenuItem()
/packages/apps/Settings/src/com/android/settings/users/
DEditUserPhotoController.java416 public RestrictedMenuItem(Context context, String title, String restriction, in RestrictedMenuItem()
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java411 public RestrictedMenuItem(Context context, String title, String restriction, in RestrictedMenuItem()
/packages/apps/Settings/src/com/android/settings/
DUserCredentialsSettings.java139 final String restriction = UserManager.DISALLOW_CONFIG_CREDENTIALS; in onCreateDialog() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUserCredentialsSettings.java139 final String restriction = UserManager.DISALLOW_CONFIG_CREDENTIALS; in onCreateDialog() local
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java143 RestrictionsPerSpeedRange restriction = null; in getUxRestrictions() local