Searched refs:unsubscribePropertyEvents (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/ |
D | CarPropertyManagerUnitTest.java | 2232 mCarPropertyManager.unsubscribePropertyEvents(VENDOR_STATIC_PROPERTY, in testUnsubscribePropertyEvents_doesNothingIfNothingRegistered() 2257 mCarPropertyManager.unsubscribePropertyEvents(VENDOR_STATIC_PROPERTY, in testUnsubscribePropertyEvents_doesNothingIfNothingIsNotRegisteredForCallback() 2283 mCarPropertyManager.unsubscribePropertyEvents(VENDOR_CONTINUOUS_PROPERTY, in testUnsubscribePropertyEvents_doesNothingIfCallbackIsNotRegisteredForProperty() 2325 mCarPropertyManager.unsubscribePropertyEvents(VENDOR_CONTINUOUS_PROPERTY, in testUnsubscribePropertyEvents_doesNothingIfCarPropertyConfigNull() 2341 mCarPropertyManager.unsubscribePropertyEvents(VENDOR_CONTINUOUS_PROPERTY, in testUnsubscribePropertyEvents_doesNothingIfNoPermission() 2392 mCarPropertyManager.unsubscribePropertyEvents(INITIAL_USER_INFO, in testUnsubscribePropertyEvents_ignoreUserHalProp() 2461 mCarPropertyManager.unsubscribePropertyEvents(VENDOR_CONTINUOUS_PROPERTY, in testUnsubscribePropertyEvents_unsubscribeCallbackForBothProperties() 2492 mCarPropertyManager.unsubscribePropertyEvents(VENDOR_CONTINUOUS_PROPERTY, in testUnsubscribePropertyEvents_unsubscribeAllCallbackForSingleProperty() 2535 mCarPropertyManager.unsubscribePropertyEvents(mCarPropertyEventCallback2); in testUnsubscribePropertyEvents_registerCalledIfBiggerRateRemoved() 2580 mCarPropertyManager.unsubscribePropertyEvents(mCarPropertyEventCallback2); in testUnsubscribePropertyEvents_subscribeNotCalledIfSmallerRateremoved() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
D | PropertyTestFragment.java | 479 mMgr.unsubscribePropertyEvents(propertyId, mListener); in onItemSelected()
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 1759 public void unsubscribePropertyEvents( in unsubscribePropertyEvents() method in CarPropertyManager 1827 public void unsubscribePropertyEvents(int propertyId, in unsubscribePropertyEvents() method in CarPropertyManager
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 795 …gedApi("android.car.feature.batched_subscriptions") public void unsubscribePropertyEvents(@NonNull… 796 …gedApi("android.car.feature.batched_subscriptions") public void unsubscribePropertyEvents(int, @No…
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 795 …gedApi("android.car.feature.batched_subscriptions") public void unsubscribePropertyEvents(@NonNull… 796 …gedApi("android.car.feature.batched_subscriptions") public void unsubscribePropertyEvents(int, @No…
|