Searched defs:PropertyInfo (Results 1 – 3 of 3) sorted by relevance
23 class PropertyInfo implements Comparable<PropertyInfo> { class28 PropertyInfo(CarPropertyConfig config) { in PropertyInfo() method in PropertyInfo
56 private static final class PropertyInfo { class in CarPropertyHelper63 PropertyInfo(int systemPropertyId) { in PropertyInfo() method in CarPropertyHelper.PropertyInfo
73 private record PropertyInfo(boolean needSubscription) {} in PropertyInfo() method in PowerHalService