Searched refs:expectedPropertyType (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/inspector/ |
H A D | PropertyReader.java | 196 @NonNull String expectedPropertyType, in PropertyTypeMismatchException() argument 199 super(formatMessage(id, expectedPropertyType, actualPropertyType, propertyName)); in PropertyTypeMismatchException() 204 @NonNull String expectedPropertyType, in PropertyTypeMismatchException() argument 206 super(formatMessage(id, expectedPropertyType, actualPropertyType, null)); in PropertyTypeMismatchException() 211 @NonNull String expectedPropertyType, in formatMessage() argument 220 expectedPropertyType, in formatMessage() 229 expectedPropertyType, in formatMessage()
|
/aosp12/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/sensors/ |
H A D | Sensor.java | 52 Sensor(String name, int propertyId, int areaId, int expectedPropertyType, in Sensor() argument 57 mExpectedPropertyType = expectedPropertyType; in Sensor()
|
H A D | Sensors.java | 93 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor() argument 94 Sensor<T> sensor = new Sensor<>(propertyName, propertyId, areaId, expectedPropertyType, in registerSensor()
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/sensors/ |
H A D | Sensor.java | 52 Sensor(String name, int propertyId, int areaId, int expectedPropertyType, in Sensor() argument 57 mExpectedPropertyType = expectedPropertyType; in Sensor()
|
H A D | Sensors.java | 95 int expectedPropertyType, Function<CarPropertyValue<?>, T> adapter) { in registerSensor() argument 96 Sensor<T> sensor = new Sensor<>(propertyName, propertyId, areaId, expectedPropertyType, in registerSensor()
|