Searched refs:unsubscribePropertySafe (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | DiagnosticHalServiceTest.java | 237 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()
|
D | PowerHalServiceUnitTest.java | 186 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()
|
D | VehicleHalTest.java | 1149 mVehicleHal.unsubscribePropertySafe(mPowerHalService, SOME_READ_ON_CHANGE_PROPERTY);
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | DiagnosticHalService.java | 330 mVehicleHal.unsubscribePropertySafe(this, propId); in requestDiagnosticStop()
|
D | VmsHalService.java | 226 mVehicleHal.unsubscribePropertySafe(this, HAL_PROPERTY_ID); in release()
|
D | PowerHalService.java | 750 mHal.unsubscribePropertySafe(this, propId); in release()
|
D | VehicleHal.java | 860 public void unsubscribePropertySafe(HalServiceBase service, int property) { in unsubscribePropertySafe() method in VehicleHal
|
D | PropertyHalService.java | 1271 mVehicleHal.unsubscribePropertySafe(this, halPropId); in release()
|