/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | ActionDisabledByAdminDialogHelper.java | 79 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()
|
D | ActionDisabledByAdminDialog.java | 39 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/ |
D | ActionDisabledByAdminDialogHelper.java | 79 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()
|
D | ActionDisabledByAdminDialog.java | 39 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/ |
D | RestrictionUtils.java | 38 public EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | RestrictionUtils.java | 38 public EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowCarUserManagerHelper.java | 157 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/ |
D | ShadowRestrictionUtils.java | 16 protected EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
|
D | ShadowUserManager.java | 88 public void addBaseUserRestriction(String restriction) { in addBaseUserRestriction()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | ActionDisabledByAdminDialogTest.java | 65 final String restriction = "someRestriction"; in testGetRestrictionFromIntent() local
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/users/ |
D | PermissionsPreferenceControllerTest.java | 134 PreferenceGroup preferenceGroup, String restriction) { in getPreferenceForRestriction()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/ |
D | WallpaperPreferenceController.java | 101 final String restriction = DISALLOW_SET_WALLPAPER; in disablePreferenceIfManaged() local
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | WallpaperPreferenceController.java | 118 final String restriction = DISALLOW_SET_WALLPAPER; in disablePreferenceIfManaged() local
|
/packages/services/Car/user/car-user-lib/src/android/car/userlib/ |
D | CarUserManagerHelper.java | 616 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/ |
D | EditUserPhotoController.java | 416 public RestrictedMenuItem(Context context, String title, String restriction, in RestrictedMenuItem()
|
/packages/apps/Settings/src/com/android/settings/users/ |
D | EditUserPhotoController.java | 416 public RestrictedMenuItem(Context context, String title, String restriction, in RestrictedMenuItem()
|
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
D | EditUserPhotoController.java | 411 public RestrictedMenuItem(Context context, String title, String restriction, in RestrictedMenuItem()
|
/packages/apps/Settings/src/com/android/settings/ |
D | UserCredentialsSettings.java | 139 final String restriction = UserManager.DISALLOW_CONFIG_CREDENTIALS; in onCreateDialog() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | UserCredentialsSettings.java | 139 final String restriction = UserManager.DISALLOW_CONFIG_CREDENTIALS; in onCreateDialog() local
|
/packages/services/Car/car-lib/src/android/car/drivingstate/ |
D | CarUxRestrictionsConfiguration.java | 143 RestrictionsPerSpeedRange restriction = null; in getUxRestrictions() local
|