/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/ |
D | CarPropertyEventCallbackControllerUnitTest.java | 203 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt()); in testOnEvent_changeEvent_doesNothingIfNoPropertiesAdded() 204 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt(), anyInt()); in testOnEvent_changeEvent_doesNothingIfNoPropertiesAdded() 216 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt()); in testOnEvent_changeEvent_forwardsToCallback() 217 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt(), anyInt()); in testOnEvent_changeEvent_forwardsToCallback() 235 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt()); in testOnEvent_changeEvent_forwardsMultipleEvents() 236 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt(), anyInt()); in testOnEvent_changeEvent_forwardsMultipleEvents() 251 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt()); in testOnEvent_changeEvent_skipsStaleCarPropertyValues() 252 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt(), anyInt()); in testOnEvent_changeEvent_skipsStaleCarPropertyValues() 268 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt()); in testOnEvent_changeEvent_skipsCarPropertyValuesWithNonZeroUpdateRate() 269 verify(mCarPropertyEventCallback, never()).onErrorEvent(anyInt(), anyInt(), anyInt()); in testOnEvent_changeEvent_skipsCarPropertyValuesWithNonZeroUpdateRate() [all …]
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
D | CarVendorExtensionManager.java | 74 l.onErrorEvent(propertyId, zone); in handleOnErrorEvent() 100 void onErrorEvent(int propertyId, int zone); in onErrorEvent() method 229 public void onErrorEvent(int propertyId, int zone) { in onErrorEvent() method in CarVendorExtensionManager.CarPropertyEventListenerToBase
|
D | CarSensorManager.java | 287 public void onErrorEvent(int propertyId, int zone) { in onErrorEvent() method in CarSensorManager.CarPropertyEventListenerToBase
|
/packages/services/Car/car-lib/src/android/car/hardware/hvac/ |
D | CarHvacManager.java | 253 void onErrorEvent(@PropertyId int propertyId, int zone); in onErrorEvent() method 272 public void onErrorEvent(int propertyId, int zone) { in onErrorEvent() method in CarHvacManager.CarPropertyEventListenerToBase 299 l.onErrorEvent(propertyId, zone); in handleOnErrorEvent()
|
/packages/services/Car/car-lib/src/android/car/hardware/cabin/ |
D | CarCabinManager.java | 415 void onErrorEvent(@PropertyId int propertyId, int zone); in onErrorEvent() method 434 public void onErrorEvent(int propertyId, int zone) { in onErrorEvent() method in CarCabinManager.CarPropertyEventListenerToBase 459 l.onErrorEvent(propertyId, zone); in handleOnErrorEvent()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarCabinManagerTest.java | 128 public void onErrorEvent(@PropertyId int propertyId, int area) { in testError() 231 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent() method in CarCabinManagerTest.EventListener
|
D | CarHvacManagerTest.java | 171 public void onErrorEvent(@PropertyId int propertyId, int area) { in testError() 341 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent() method in CarHvacManagerTest.EventListener
|
D | CarPropertyManagerTest.java | 1707 public void onErrorEvent(int propId, int areaId) { in onErrorEvent() method in CarPropertyManagerTest.TestCallback 1715 public void onErrorEvent(int propId, int areaId, int errorCode) { in onErrorEvent() method in CarPropertyManagerTest.TestCallback
|
/packages/services/Car/car-lib/src/com/android/car/internal/property/ |
D | CarPropertyEventCallbackController.java | 79 mExecutor.execute(() -> mCarPropertyEventCallback.onErrorEvent( in onEvent()
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/statusicon/ui/ |
D | StatusBarSensorInfoManager.java | 69 public void onErrorEvent(int propId, int zone) {
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/calmmode/ |
D | TemperatureViewModel.java | 163 public void onErrorEvent(int propertyId, int areaId) { in onErrorEvent() method in TemperatureViewModel
|
/packages/apps/Car/Settings/src/com/android/car/settings/units/ |
D | UnitsBasePreferenceController.java | 86 public void onErrorEvent(int propId, int zone) {
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/ |
D | VehicleCtrlFragment.java | 72 public void onErrorEvent(int propId, int zone) {}
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | CarPropertyTest.java | 146 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent() method in CarPropertyTest.CarPropertyEventReceiver 476 public void onErrorEvent(final int propertyId, final int zone) { in onErrorEvent() method in CarPropertyTest.GearEventTestCallback
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/ |
D | ClusterViewModel.java | 142 public void onErrorEvent(int propId, int zone) {
|
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | ClusterViewModel.java | 145 public void onErrorEvent(int propId, int zone) {
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
D | ClusterOsDoubleActivity.java | 241 public void onErrorEvent(int propId, int zone) {
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/ |
D | SensorsTestFragment.java | 124 public void onErrorEvent(int propId, int zone) {
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 188 void onErrorEvent(int propertyId, int areaId); in onErrorEvent() method 210 default void onErrorEvent(int propertyId, int areaId, in onErrorEvent() method 216 onErrorEvent(propertyId, areaId); in onErrorEvent()
|
/packages/services/Car/experimental/service/src/com/android/experimentalcar/ |
D | DriverDistractionExperimentalFeatureService.java | 478 public void onErrorEvent(int propId, int zone) {
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/ |
D | HvacController.java | 140 public void onErrorEvent(int propId, int zone) {
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
D | PropertyTestFragment.java | 582 public void onErrorEvent(int propId, int areaId) { in onErrorEvent() method in PropertyTestFragment.PropertyListEventListener
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ |
D | HvacTestFragment.java | 190 public void onErrorEvent(final int propertyId, final int zone) {
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1218 method TIRAMISU_0 void onErrorEvent(int propertyId, int zone); 1502 method TIRAMISU_0 void onErrorEvent(int propertyId, int zone); 1556 method TIRAMISU_0 void onErrorEvent(int propertyId, int zone); 1674 method TIRAMISU_0 void onErrorEvent(int propId, int zone); 1675 method TIRAMISU_0 void onErrorEvent(int propId, int areaId, int errorCode);
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 821 method public void onErrorEvent(int, int); 822 method public default void onErrorEvent(int, int, int);
|