Searched refs:SWITCH_USER (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalServiceTest.java | 22 import static android.car.VehiclePropertyIds.SWITCH_USER; 192 newSubscribableConfig(SWITCH_USER), in setFixtures() 243 newSubscribableConfig(SWITCH_USER))); in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet() 257 newSubscribableConfig(SWITCH_USER))); in testTakeSupportedProperties_supportedAllCorePropertiesButDisabled() 271 newSubscribableConfig(SWITCH_USER))); in testTakeSupportedProperties_supportedAllCoreProperties() 285 newSubscribableConfig(SWITCH_USER), in testTakeSupportedProperties_supportedAllPropertiesButDisabled() 300 newSubscribableConfig(SWITCH_USER), in testTakeSupportedProperties_supportedAllPropertiesButEnablePropertyNotSet() 315 newSubscribableConfig(SWITCH_USER), in testTakeSupportedProperties_supportedAllProperties() 332 newSubscribableConfig(SWITCH_USER), unsupportedConfig, in testTakeSupportedPropertiesAndInit() 343 verify(mVehicleHal).subscribePropertySafe(myHalService, SWITCH_USER); in testTakeSupportedPropertiesAndInit() [all …]
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | UserHalService.java | 21 import static android.car.VehiclePropertyIds.SWITCH_USER; 99 SWITCH_USER, 107 SWITCH_USER, 202 case SWITCH_USER: in onHalEvents()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 299 propsToString.put(VehiclePropertyIds.SWITCH_USER, "SWITCH_USER"); in testToString()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStubUnitTest.java | 1063 /* propId= */ VehicleProperty.SWITCH_USER, /* areaId= */ 0, in testSetAsyncForSpecialPropRemoteException() 1091 /* propId= */ VehicleProperty.SWITCH_USER, /* areaId= */ 0, in testSetAsyncOnMultipleRequests() 1620 /* propId= */ VehicleProperty.SWITCH_USER, /* areaId= */ 0, in testSetValueForSpecialProp()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 3376 case VehiclePropertyIds.SWITCH_USER: in assertNotUserHalProperty() 3395 case VehiclePropertyIds.SWITCH_USER: in filterOutUserHalProperty()
|
/packages/services/Car/service/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStub.java | 78 VehicleProperty.SWITCH_USER,
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 5235 public static final int SWITCH_USER = 299896584; field in VehiclePropertyIds
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 97 android.car VehiclePropertyIds int SWITCH_USER
|
D | car_hidden_apis_release_33.1.txt | 97 android.car VehiclePropertyIds int SWITCH_USER
|
D | car_hidden_apis.txt | 118 android.car VehiclePropertyIds int SWITCH_USER
|
D | car_hidden_apis_release_33.3.txt | 106 android.car VehiclePropertyIds int SWITCH_USER
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2637 field TIRAMISU_0 @hiddenOnly int SWITCH_USER = 299896584;
|