Home
last modified time | relevance | path

Searched refs:unsubscribePropertyEventsInternal (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyManager.java1779 unsubscribePropertyEventsInternal(propertyIdsList, carPropertyEventCallback); in unsubscribePropertyEvents()
1814 unsubscribePropertyEventsInternal(propertyIdsList, carPropertyEventCallback); in unregisterCallback()
1830 unsubscribePropertyEventsInternal(List.of(propertyId), carPropertyEventCallback); in unsubscribePropertyEvents()
1854 unsubscribePropertyEventsInternal(List.of(propertyId), carPropertyEventCallback); in unregisterCallback()
1857 private void unsubscribePropertyEventsInternal( in unsubscribePropertyEventsInternal() method in CarPropertyManager