Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java83 if (getInstrumentClusterType() == InstrumentClusterType.GRAPHICS) { in init()
92 mClusterType = InstrumentClusterType.NONE; in init()
160 InstrumentClusterType.NONE,
161 InstrumentClusterType.METADATA,
162 InstrumentClusterType.GRAPHICS
164 public @interface InstrumentClusterType { annotation in InstrumentClusterService
181 @InstrumentClusterType private int mClusterType = InstrumentClusterType.UNDEFINED;
184 return mClusterType != InstrumentClusterType.NONE in isInstrumentClusterAvailable()
185 && mClusterType != InstrumentClusterType.UNDEFINED; in isInstrumentClusterAvailable()
189 if (mClusterType == InstrumentClusterType.UNDEFINED) { in getInstrumentClusterType()
[all …]