Home
last modified time | relevance | path

Searched refs:SWITCH_USER (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java22 import static android.car.VehiclePropertyIds.SWITCH_USER;
170 newSubscribableConfig(SWITCH_USER), in setFixtures()
219 newSubscribableConfig(SWITCH_USER))); in testTakeSupportedProperties_supportedAllCoreProperties()
231 newSubscribableConfig(SWITCH_USER), in testTakeSupportedProperties_supportedAllProperties()
246 newSubscribableConfig(SWITCH_USER), unsupportedConfig, in testTakeSupportedPropertiesAndInit()
257 verify(mVehicleHal).subscribeProperty(myHalService, SWITCH_USER); in testTakeSupportedPropertiesAndInit()
264 INITIAL_USER_INFO, CREATE_USER, REMOVE_USER, SWITCH_USER, in testSupportedProperties()
534 replySetPropertyWithTimeoutException(SWITCH_USER); in testSwitchUser_halSetTimedOut()
566 VehiclePropValue propResponse = UserHalHelper.createPropRequest(SWITCH_USER, in testSwitchUser_halReplyWithWrongRequestId()
569 replySetPropertyWithOnChangeEvent(SWITCH_USER, propResponse, in testSwitchUser_halReplyWithWrongRequestId()
[all …]
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1634 public static final int SWITCH_USER = 299896584; field in VehiclePropertyIds
2117 case SWITCH_USER: in toString()
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java21 import static android.car.VehiclePropertyIds.SWITCH_USER;
100 SWITCH_USER,
108 SWITCH_USER,
190 case SWITCH_USER: in onHalEvents()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java343 assertEquals("SWITCH_USER", VehiclePropertyIds.toString(VehiclePropertyIds.SWITCH_USER)); in testToString()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java942 case VehiclePropertyIds.SWITCH_USER: in checkSupportedProperty()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java160 VehiclePropertyIds.SWITCH_USER,