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/ |
D | UserHalServiceTest.java | 20 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/ |
D | UserHalService.java | 19 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/ |
D | VehiclePropertyIds.java | 1624 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/ |
D | VehiclePropertyIdsTest.java | 342 VehiclePropertyIds.toString(VehiclePropertyIds.INITIAL_USER_INFO)); in testToString()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 941 case VehiclePropertyIds.INITIAL_USER_INFO: in checkSupportedProperty()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPropertyManagerTest.java | 159 VehiclePropertyIds.INITIAL_USER_INFO,
|