Home
last modified time | relevance | path

Searched refs:unsubscribePropertySafe (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DDiagnosticHalServiceTest.java237 verify(mVehicle).unsubscribePropertySafe(mService, VehicleProperty.OBD2_LIVE_FRAME); in testRequestDiagnosticStopLiveFrame()
244 verify(mVehicle).unsubscribePropertySafe(mService, VehicleProperty.OBD2_FREEZE_FRAME); in testRequestDiagnosticStopFreezeFrame()
251 verify(mVehicle, never()).unsubscribePropertySafe(any(), anyInt()); in testRequestDiagnosticStopInvalidSensorType()
DPowerHalServiceUnitTest.java186 verify(mHal).unsubscribePropertySafe(any(), eq(AP_POWER_STATE_REQ)); in testReleaseUnsubscribe()
187 verify(mHal).unsubscribePropertySafe(any(), eq(DISPLAY_BRIGHTNESS)); in testReleaseUnsubscribe()
188 verify(mHal).unsubscribePropertySafe(any(), eq(PER_DISPLAY_BRIGHTNESS)); in testReleaseUnsubscribe()
DVehicleHalTest.java1149 mVehicleHal.unsubscribePropertySafe(mPowerHalService, SOME_READ_ON_CHANGE_PROPERTY);
/packages/services/Car/service/src/com/android/car/hal/
DDiagnosticHalService.java330 mVehicleHal.unsubscribePropertySafe(this, propId); in requestDiagnosticStop()
DVmsHalService.java226 mVehicleHal.unsubscribePropertySafe(this, HAL_PROPERTY_ID); in release()
DPowerHalService.java750 mHal.unsubscribePropertySafe(this, propId); in release()
DVehicleHal.java860 public void unsubscribePropertySafe(HalServiceBase service, int property) { in unsubscribePropertySafe() method in VehicleHal
DPropertyHalService.java1271 mVehicleHal.unsubscribePropertySafe(this, halPropId); in release()