Home
last modified time | relevance | path

Searched refs:GRAPHICS (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()
162 InstrumentClusterType.GRAPHICS
178 int GRAPHICS = 2; field
193 ? InstrumentClusterType.GRAPHICS : InstrumentClusterType.NONE; in getInstrumentClusterType()