Home
last modified time | relevance | path

Searched defs:carSubscriptions (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java380 List<CarSubscription> carSubscriptions) in validateAndSanitizeSubscriptions()
422 public void registerListener(List<CarSubscription> carSubscriptions, in registerListener()
556 private void getAndDispatchPropertyInitValue(List<CarSubscription> carSubscriptions, in getAndDispatchPropertyInitValue()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DSubscriptionManager.java481 List<CarSubscription> carSubscriptions = new ArrayList<>(); in getCarSubscription() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java1645 List<CarSubscription> carSubscriptions = new ArrayList<>(); in testMultipleSetCarPropertyValuesAsync_updateSubscriptionRateWithDifferentAreaIds() local
1765 List<CarSubscription> carSubscriptions = new ArrayList<>(); in testMultipleSetCarPropertyValuesAsync_overlappingSetAsync() local
1860 List<CarSubscription> carSubscriptions = new ArrayList<>(); in testSetCarPropertyValuesAsync_withSubscriptionFromDifferentAreaIds() local
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java1200 public void subscribeProperty(List<CarSubscription> carSubscriptions) in subscribeProperty()
1383 ArrayList<CarSubscription> carSubscriptions) { in toHalSubscribeOptions()