Home
last modified time | relevance | path

Searched refs:getPropertySafe (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarNightServiceTest.java106 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()
DCarUxRestrictionsManagerServiceTest.java602 when(mMockCarPropertyService.getPropertySafe(VehicleProperty.PERF_VEHICLE_SPEED, 0)) in setUpMockParkedState()
612 when(mMockCarPropertyService.getPropertySafe(VehicleProperty.PERF_VEHICLE_SPEED, 0)) in setUpMockDrivingStateWithFakeSpeed()
/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java554 CarPropertyValue propertyValue = mPropertyService.getPropertySafe( in updateVehiclePropertiesIfNeededLocked()
566 CarPropertyValue propertyValue = mPropertyService.getPropertySafe( in updateVehiclePropertiesIfNeededLocked()
578 CarPropertyValue propertyValue = mPropertyService.getPropertySafe( in updateVehiclePropertiesIfNeededLocked()
590 CarPropertyValue propertyValue = mPropertyService.getPropertySafe( in updateVehiclePropertiesIfNeededLocked()
DCarNightService.java216 CarPropertyValue propertyValue = mCarPropertyService.getPropertySafe( in init()
DCarUxRestrictionsManagerService.java489 CarPropertyValue value = mCarPropertyService.getPropertySafe( in getCurrentSpeed()
DCarPropertyService.java808 public CarPropertyValue getPropertySafe(int propertyId, int areaId) { in getPropertySafe() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothDeviceConnectionPolicyTest.java142 .getPropertySafe(eq(VehiclePropertyIds.INFO_DRIVER_SEAT), anyInt())) in setUp()
455 .getPropertySafe(eq(VehiclePropertyIds.INFO_DRIVER_SEAT), anyInt())) in testGetDriverSeatLocationNull_policyCreated()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java304 when(mMockCarPropertyService.getPropertySafe(anyInt(), anyInt())).thenReturn(null); in testServiceInit()
308 when(mMockCarPropertyService.getPropertySafe(anyInt(), anyInt())) in testServiceInit()
654 when(mMockCarPropertyService.getPropertySafe(anyInt(), anyInt())) in testCarPropertyEvent()
670 when(mMockCarPropertyService.getPropertySafe(anyInt(), anyInt())) in testCarPropertyEventWithInvalidEvsCameraActivity()
722 when(mMockCarPropertyService.getPropertySafe(anyInt(), anyInt())) in testEmptyCarPropertyEvent()
742 when(mMockCarPropertyService.getPropertySafe(anyInt(), anyInt())) in testNonPropertyChangeEvent()
763 when(mMockCarPropertyService.getPropertySafe(anyInt(), anyInt())) in testNonGearSelectionProperty()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothDeviceConnectionPolicy.java203 CarPropertyValue value = mCarPropertyService.getPropertySafe( in getDriverSeatLocationFromVhal()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java441 if (mPropertyService == null || mPropertyService.getPropertySafe( in init()