Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelper.java62 public ActionDisabledByAdminDialogHelper(Activity activity, String restriction) { in ActionDisabledByAdminDialogHelper()
80 public AlertDialog.Builder prepareDialogBuilder(String restriction, in prepareDialogBuilder()
92 void prepareDialogBuilder(AlertDialog.Builder builder, String restriction, in prepareDialogBuilder()
104 public void updateDialog(String restriction, EnforcedAdmin admin) { in updateDialog()
115 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/TvSettings/Settings/src/com/android/tv/settings/
DActionDisabledByAdminDialogHelper.java71 public AlertDialog.Builder prepareDialogBuilder(String restriction, in prepareDialogBuilder()
98 public void updateDialog(String restriction, EnforcedAdmin admin) { in updateDialog()
109 String restriction) { in initializeDialogViews()
127 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
DActionDisabledByAdminDialog.java41 final String restriction = getRestrictionFromIntent(getIntent()); in onCreate() local
53 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/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowRestrictionUtils.java16 protected EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
DShadowUserManager.java93 public void addBaseUserRestriction(String restriction) { in addBaseUserRestriction()
104 public void addGuestUserRestriction(String restriction) { in addGuestUserRestriction()
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DActionDisabledByAdminActivity.java43 String restriction = getRestrictionFromIntent(getIntent()); in onCreate() local
DActionDisabledByAdminDialogFragment.java70 public static ActionDisabledByAdminDialogFragment newInstance(String restriction, in newInstance()
173 String restriction) { in setAdminSupportTitle()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/
DFactoryResetEntryPreferenceControllerTest.java295 private void addBaseUserRestriction(String restriction) { in addBaseUserRestriction()
300 private void addUserRestriction(String restriction) { in addUserRestriction()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogTest.java65 final String restriction = "someRestriction"; in testGetRestrictionFromIntent() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DApplicationActionButtonsPreferenceControllerTest.java663 private void testShowingDisabledByDeviceAdminDialogWhenUninstallClicked(String restriction) { in testShowingDisabledByDeviceAdminDialogWhenUninstallClicked()
747 private void mockDisabledByUserManagerRestriction(String restriction) { in mockDisabledByUserManagerRestriction()
752 private void mockDisabledByDevicePolicyManagerRestriction(String restriction) { in mockDisabledByDevicePolicyManagerRestriction()
/packages/apps/Settings/src/com/android/settings/display/
DTopLevelWallpaperPreferenceController.java124 final String restriction = DISALLOW_SET_WALLPAPER; in disablePreferenceIfManaged() local
DWallpaperPreferenceController.java128 final String restriction = DISALLOW_SET_WALLPAPER; in disablePreferenceIfManaged() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/profiles/
DPermissionsPreferenceControllerTest.java136 PreferenceGroup preferenceGroup, String restriction) { in getPreferenceForRestriction()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java119 public void setRestriction(String restriction) { in setRestriction()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationActionButtonsPreferenceController.java451 private Boolean shouldDisableButtonBecauseOfUserRestriction(String button, String restriction) { in shouldDisableButtonBecauseOfUserRestriction()
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java420 public RestrictedMenuItem(Context context, String title, String restriction, in RestrictedMenuItem()
/packages/apps/Settings/src/com/android/settings/
DUserCredentialsSettings.java148 final String restriction = UserManager.DISALLOW_CONFIG_CREDENTIALS; in onCreateDialog() local
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/
DCarUiRecyclerViewTest.java1721 CarUxRestrictions restriction = mock(CarUxRestrictions.class); in testUxRestriction_withLimitedContent_setsMaxItems() local
1743 CarUxRestrictions restriction = mock(CarUxRestrictions.class); in testUxRestriction_withoutLimitedContent_setsUnlimitedMaxItems() local
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java133 RestrictionsPerSpeedRange restriction = null; in getUxRestrictions() local