Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java21 import static android.car.VehiclePropertyIds.REMOVE_USER;
169 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in setFixtures()
207 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER))); in testTakeSupportedProperties_supportedFewProperties()
218 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllCoreProperties()
230 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedProperties_supportedAllProperties()
245 newSubscribableConfig(CREATE_USER), newSubscribableConfig(REMOVE_USER), in testTakeSupportedPropertiesAndInit()
256 verify(mVehicleHal).subscribeProperty(myHalService, REMOVE_USER); in testTakeSupportedPropertiesAndInit()
264 INITIAL_USER_INFO, CREATE_USER, REMOVE_USER, SWITCH_USER, in testSupportedProperties()
1579 assertThat(req.prop).isEqualTo(REMOVE_USER); in assertHalSetRemoveUserRequest()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1654 public static final int REMOVE_USER = 299896586; field in VehiclePropertyIds
2121 case REMOVE_USER: in toString()
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java20 import static android.car.VehiclePropertyIds.REMOVE_USER;
99 REMOVE_USER,
107 REMOVE_USER,
198 case REMOVE_USER: in onHalEvents()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java944 case VehiclePropertyIds.REMOVE_USER: in checkSupportedProperty()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java162 VehiclePropertyIds.REMOVE_USER,