Searched defs:carPropertyEventCallback (Results 1 – 2 of 2) sorted by relevance
1173 public boolean registerCallback(@NonNull CarPropertyEventCallback carPropertyEventCallback, in registerCallback()1242 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()1273 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()1304 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()1360 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()1482 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEvents()1511 CarPropertyEventCallback carPropertyEventCallback) { in subscribePropertyEventsInternal()1759 public void unsubscribePropertyEvents( in unsubscribePropertyEvents()1795 public void unregisterCallback(@NonNull CarPropertyEventCallback carPropertyEventCallback) { in unregisterCallback()1828 @NonNull CarPropertyEventCallback carPropertyEventCallback) { in unsubscribePropertyEvents()[all …]
42 public CarPropertyEventCallbackController(CarPropertyEventCallback carPropertyEventCallback, in CarPropertyEventCallbackController()