Home
last modified time | relevance | path

Searched defs:PropertyInfo (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
H A DPropertyInfo.java22 class PropertyInfo implements Comparable<PropertyInfo> { class
27 PropertyInfo(CarPropertyConfig config) { in PropertyInfo() method in PropertyInfo
/aosp12/frameworks/base/core/java/android/view/
H A DViewDebug.java337 private abstract static class PropertyInfo<T extends Annotation, class in ViewDebug
348 PropertyInfo(Class<T> property, R member, Class<?> returnType) { in PropertyInfo() method in ViewDebug.PropertyInfo