Home
last modified time | relevance | path

Searched refs:ValueTypeDef (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCarInfoManager.java20 import android.car.annotation.ValueTypeDef;
44 @ValueTypeDef(type = Integer.class)
52 @ValueTypeDef(type = Integer.class)
58 @ValueTypeDef(type = Integer.class)
65 @ValueTypeDef(type = String.class)
71 @ValueTypeDef(type = String.class)
77 @ValueTypeDef(type = Integer.class)
83 @ValueTypeDef(type = Integer.class)
89 @ValueTypeDef(type = Integer.class)
95 @ValueTypeDef(type = Integer.class)
[all …]
/aosp12/packages/services/Car/car-lib/src/android/car/annotation/
H A DValueTypeDef.java31 public @interface ValueTypeDef { annotation