Searched refs:NIGHT_MODE (Results 1 – 14 of 14) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarNightServiceTest.java | 60 new CarPropertyValue<>(VehicleProperty.NIGHT_MODE, 0, STATUS_AVAILABLE, 1000, true); 62 new CarPropertyValue<>(VehicleProperty.NIGHT_MODE, 0, STATUS_AVAILABLE, 1000, false); 64 new CarPropertyValue<>(VehicleProperty.NIGHT_MODE, 0, STATUS_AVAILABLE, 0, false); 106 when(mCarPropertyService.getPropertySafe(VehicleProperty.NIGHT_MODE, 0)) in onInit_propertyTimestampMissing_setsDefaultNightMode() 114 when(mCarPropertyService.getPropertySafe(VehicleProperty.NIGHT_MODE, 0)) in onInit_propertyMissing_setsDefaultNightMode() 208 when(mCarPropertyService.getPropertySafe(VehicleProperty.NIGHT_MODE, 0)) in initServiceWithNightMode()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarNightService.java | 112 if (value.getPropertyId() == VehicleProperty.NIGHT_MODE in onNightModeCarPropertyEventLocked() 214 mCarPropertyService.registerListenerSafe(VehicleProperty.NIGHT_MODE, 0, in init() 217 VehicleProperty.NIGHT_MODE, 0); in init()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarPropertyServiceTest.java | 103 mDefaultPropValues.put(VehicleProperty.NIGHT_MODE, in CarPropertyServiceTest() 104 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.NIGHT_MODE) in CarPropertyServiceTest()
|
D | CarSensorManagerTest.java | 54 addAidlProperty(VehicleProperty.NIGHT_MODE, in configureMockedHal() 55 AidlVehiclePropValueBuilder.newBuilder(VehicleProperty.NIGHT_MODE) in configureMockedHal()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 77 VehiclePropertyIds.NIGHT_MODE, 98 put(VehiclePropertyIds.NIGHT_MODE, R.string.sensor_night);
|
/packages/services/Car/car-lib/src/com/android/car/internal/ |
D | PropertyPermissionMapping.java | 147 VehiclePropertyIds.NIGHT_MODE, in PropertyPermissionMapping()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 183 propsToString.put(VehiclePropertyIds.NIGHT_MODE, "NIGHT_MODE"); in testToString()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVehicleStubUnitTest.java | 1166 option2.propId = VehicleProperty.NIGHT_MODE; in testSubscribeOnChangePropOneClientSubscribeTwoProp() 1178 /* propId= */ VehicleProperty.NIGHT_MODE, /* areaId= */ 0, in testSubscribeOnChangePropOneClientSubscribeTwoProp() 1193 client.unsubscribe(VehicleProperty.NIGHT_MODE); in testSubscribeOnChangePropOneClientSubscribeTwoProp()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/ |
D | PropertyHalServiceConfigsUnitTest.java | 78 VehiclePropertyIds.CURRENT_GEAR, VehiclePropertyIds.NIGHT_MODE,
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 1270 public static final int NIGHT_MODE = 287310855; field in VehiclePropertyIds
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 416 …droid.car.Car.PERMISSION_EXTERIOR_ENVIRONMENT) public static final int NIGHT_MODE = 287310855; // …
|
D | lint-baseline.txt | 886 UnflaggedApi: android.car.VehiclePropertyIds#NIGHT_MODE: 887 New API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.NIGHT_MODE
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 416 …droid.car.Car.PERMISSION_EXTERIOR_ENVIRONMENT) public static final int NIGHT_MODE = 287310855; // …
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2540 field TIRAMISU_0 int NIGHT_MODE = 287310855;
|