Home
last modified time | relevance | path

Searched refs:FLAG_DISABLED (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/os/
DUserManagerHelper.java66 public static final int FLAG_DISABLED = UserInfo.FLAG_DISABLED; field in UserManagerHelper
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DAccountPreferenceControllerTest.java270 infos.add(new UserInfo(1, "user 1", UserInfo.FLAG_DISABLED)); in updateRawDataToIndex_DisabledUser_shouldNotUpdate()
574 infos.add(new UserInfo(1, "user 1", UserInfo.FLAG_DISABLED)); in onResume_userReEnabled_shouldAddOneAccountPreference()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt313 field TIRAMISU_0 int FLAG_DISABLED = UserInfo.FLAG_DISABLED;
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt253 field public static final int FLAG_DISABLED = 64; // 0x40
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java1972 createUserWithRestrictionsInvalidTypes(UserManagerHelper.FLAG_DISABLED); in testCreateUserWithRestrictions_invalidFlags()