Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/
DClusterOsDoubleActivity.java78 private static final int VENDOR_CLUSTER_REPORT_STATE = toVendorId(
80 private static final int VENDOR_CLUSTER_SWITCH_UI = toVendorId(
82 private static final int VENDOR_CLUSTER_NAVIGATION_STATE = toVendorId(
84 private static final int VENDOR_CLUSTER_REQUEST_DISPLAY = toVendorId(
86 private static final int VENDOR_CLUSTER_DISPLAY_STATE = toVendorId(
285 private static int toVendorId(int propId) { in toVendorId() method in ClusterOsDoubleActivity