Searched refs:INITIAL_USER_INFO (Results 1 – 12 of 12) 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; 189 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in setFixtures() 227 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedFewProperties() 241 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet() 255 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllCorePropertiesButDisabled() 268 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllCoreProperties() 283 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllPropertiesButDisabled() 298 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllPropertiesButEnablePropertyNotSet() 312 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedProperties_supportedAllProperties() 329 Arrays.asList(newSubscribableConfig(INITIAL_USER_INFO), in testTakeSupportedPropertiesAndInit() [all …]
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | UserHalService.java | 19 import static android.car.VehiclePropertyIds.INITIAL_USER_INFO; 97 INITIAL_USER_INFO, 105 INITIAL_USER_INFO, 199 case INITIAL_USER_INFO: in onHalEvents() 324 HalPropValue propRequest = mPropValueBuilder.build(INITIAL_USER_INFO, /* areaId= */ 0, in getInitialUserInfo()
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 24 import static android.car.VehiclePropertyIds.INITIAL_USER_INFO; 2392 mCarPropertyManager.unsubscribePropertyEvents(INITIAL_USER_INFO, in testUnsubscribePropertyEvents_ignoreUserHalProp() 2403 mCarPropertyManager.unregisterCallback(mCarPropertyEventCallback, INITIAL_USER_INFO); in testUnregisterCallback_ignoreUserHalProp_beforeU() 2413 mCarPropertyManager.unregisterCallback(mCarPropertyEventCallback, INITIAL_USER_INFO); in testUnregisterCallback_ignoreUserHalProp_afterU() 2949 () -> mCarPropertyManager.getCarPropertyConfig(INITIAL_USER_INFO)); in testGetCarPropertyConfig_userHalProperty() 2958 new ArraySet<Integer>(Set.of(HVAC_TEMPERATURE_SET, INITIAL_USER_INFO)))); in testGetPropertyList_userHalProperty() 2966 () -> mCarPropertyManager.getAreaId(INITIAL_USER_INFO, /* area= */ 0)); in testGetAreaId_userHalProperty() 2974 () -> mCarPropertyManager.getReadPermission(INITIAL_USER_INFO)); in testGetReadPermission_userHalProperty() 2982 () -> mCarPropertyManager.getWritePermission(INITIAL_USER_INFO)); in testGetWritePermission_userHalProperty() 2990 () -> mCarPropertyManager.isPropertyAvailable(INITIAL_USER_INFO, /* areaId= */ 0)); in testIsPropertyAvailable_userHalProperty() [all …]
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 298 propsToString.put(VehiclePropertyIds.INITIAL_USER_INFO, "INITIAL_USER_INFO"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 3375 case VehiclePropertyIds.INITIAL_USER_INFO: in assertNotUserHalProperty() 3394 case VehiclePropertyIds.INITIAL_USER_INFO: in filterOutUserHalProperty()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 77 VehicleProperty.INITIAL_USER_INFO,
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 5217 public static final int INITIAL_USER_INFO = 299896583; field in VehiclePropertyIds
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 96 android.car VehiclePropertyIds int INITIAL_USER_INFO
|
D | car_hidden_apis_release_33.1.txt | 96 android.car VehiclePropertyIds int INITIAL_USER_INFO
|
D | car_hidden_apis.txt | 114 android.car VehiclePropertyIds int INITIAL_USER_INFO
|
D | car_hidden_apis_release_33.3.txt | 105 android.car VehiclePropertyIds int INITIAL_USER_INFO
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2636 field TIRAMISU_0 @hiddenOnly int INITIAL_USER_INFO = 299896583;
|