Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java20 import static android.car.VehiclePropertyIds.INITIAL_USER_INFO;
168 mUserHalService.takeProperties(Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in setFixtures()
206 myHalService.takeProperties(Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedFewProperties()
217 myHalService.takeProperties(Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllCoreProperties()
229 myHalService.takeProperties(Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllProperties()
244 myHalService.takeProperties(Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedPropertiesAndInit()
254 verify(mVehicleHal).subscribeProperty(myHalService, INITIAL_USER_INFO); in testTakeSupportedPropertiesAndInit()
264 INITIAL_USER_INFO, CREATE_USER, REMOVE_USER, SWITCH_USER, in testSupportedProperties()
300 replySetPropertyWithTimeoutException(INITIAL_USER_INFO); in testGetUserInfo_halSetTimedOut()
350 VehiclePropValue propResponse = UserHalHelper.createPropRequest(INITIAL_USER_INFO, in testGetUserInfo_halReplyWithWrongRequestId()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DUserHalService.java19 import static android.car.VehiclePropertyIds.INITIAL_USER_INFO;
98 INITIAL_USER_INFO,
106 INITIAL_USER_INFO,
186 case INITIAL_USER_INFO: in onHalEvents()
308 VehiclePropValue propRequest = UserHalHelper.createPropRequest(INITIAL_USER_INFO, requestId, in getInitialUserInfo()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java1624 public static final int INITIAL_USER_INFO = 299896583; field in VehiclePropertyIds
2115 case INITIAL_USER_INFO: in toString()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DVehiclePropertyIdsTest.java342 VehiclePropertyIds.toString(VehiclePropertyIds.INITIAL_USER_INFO)); in testToString()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java941 case VehiclePropertyIds.INITIAL_USER_INFO: in checkSupportedProperty()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyManagerTest.java159 VehiclePropertyIds.INITIAL_USER_INFO,