D | CarPropertyManager.java | 1265 public boolean subscribePropertyEvents(int propertyId, in subscribePropertyEvents() method in CarPropertyManager 1267 return subscribePropertyEvents(List.of( in subscribePropertyEvents() 1295 public boolean subscribePropertyEvents(int propertyId, in subscribePropertyEvents() method in CarPropertyManager 1298 return subscribePropertyEvents(List.of( in subscribePropertyEvents() 1327 public boolean subscribePropertyEvents(int propertyId, int areaId, in subscribePropertyEvents() method in CarPropertyManager 1329 return subscribePropertyEvents(List.of( in subscribePropertyEvents() 1391 public boolean subscribePropertyEvents(int propertyId, int areaId, in subscribePropertyEvents() method in CarPropertyManager 1396 return subscribePropertyEvents(List.of(subscription), /* callbackExecutor= */ null, in subscribePropertyEvents() 1508 public boolean subscribePropertyEvents(@NonNull List<Subscription> subscriptions, in subscribePropertyEvents() method in CarPropertyManager
|