Home
last modified time | relevance | path

Searched refs:FLAG_RESTRICTED (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/os/
DUserManagerHelper.java55 public static final int FLAG_RESTRICTED = UserInfo.FLAG_RESTRICTED; field in UserManagerHelper
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/users/
DRestrictedProfileTest.java49 private final UserInfo mProfileInfo = new UserInfo(345, "profile", UserInfo.FLAG_RESTRICTED);
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/profileselector/
DProfileSelectDialogTest.java76 NORMAL_USER.getIdentifier(), "test_user", UserInfo.FLAG_RESTRICTED); in setUp()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt310 field TIRAMISU_0 int FLAG_RESTRICTED = UserInfo.FLAG_RESTRICTED;
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserDetailsSettingsTest.java815 UserInfo.FLAG_FULL | UserInfo.FLAG_INITIALIZED | UserInfo.FLAG_RESTRICTED, in setupSelectedRestrictedUser()
DUserSettingsTest.java892 UserInfo.FLAG_FULL | UserInfo.FLAG_INITIALIZED | UserInfo.FLAG_RESTRICTED, in getRestrictedUser()
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt349 field public static final int FLAG_RESTRICTED = 8; // 0x8
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java2808 | UserManagerHelper.FLAG_RESTRICTED
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2295 createUserWithRestrictionsInvalidTypes(UserManagerHelper.FLAG_RESTRICTED); in testCreateUserWithRestrictions_invalidFlags()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java1856 UserInfo.FLAG_RESTRICTED);