Searched refs:CarPropertyEventCallback (Results 1 – 11 of 11) sorted by relevance
67 public interface CarPropertyEventCallback { interface in CarPropertyManager174 public boolean registerCallback(@NonNull CarPropertyEventCallback callback, in registerCallback()244 public void unregisterCallback(@NonNull CarPropertyEventCallback callback) { in unregisterCallback()263 public void unregisterCallback(@NonNull CarPropertyEventCallback callback, int propertyId) { in unregisterCallback()269 private void doUnregisterListenerLocked(CarPropertyEventCallback listener, int propertyId) { in doUnregisterListenerLocked()534 private class CarPropertyListeners extends CarRatedFloatListeners<CarPropertyEventCallback> {546 List<CarPropertyEventCallback> listeners; in onPropertyChanged()550 listeners.forEach(new Consumer<CarPropertyEventCallback>() { in onPropertyChanged()552 public void accept(CarPropertyEventCallback listener) { in onPropertyChanged()561 List<CarPropertyEventCallback> listeners; in onErrorEvent()[all …]
25 import android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback;59 private class CarPropertyEventReceiver implements CarPropertyEventCallback {119 CarPropertyEventCallback receiver = in testHvacHardButtonOperations()
24 import android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback;109 private static class PropertyListEventListener implements CarPropertyEventCallback {
23 import android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback;214 private static class CarPropertyEventListenerToBase implements CarPropertyEventCallback {
27 import android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback;272 private static class CarPropertyEventListenerToBase implements CarPropertyEventCallback {
73 protected final CarPropertyManager.CarPropertyEventCallback mCarPropertyEventCallback =74 new CarPropertyManager.CarPropertyEventCallback() {
26 import android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback;249 private static class CarPropertyEventListenerToBase implements CarPropertyEventCallback {
26 import android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback;416 private static class CarPropertyEventListenerToBase implements CarPropertyEventCallback {
123 private CarPropertyManager.CarPropertyEventCallback mCarPropertyEventCallback =124 new CarPropertyManager.CarPropertyEventCallback() {
69 private final CarPropertyManager.CarPropertyEventCallback mCarPropertyEventCallback =70 new CarPropertyManager.CarPropertyEventCallback() {
481 …lback(@NonNull android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback, int, @Fl…486 …gisterCallback(@NonNull android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback);487 …rCallback(@NonNull android.car.hardware.property.CarPropertyManager.CarPropertyEventCallback, int);495 public static interface CarPropertyManager.CarPropertyEventCallback {