Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java92 mClusterType = InstrumentClusterType.NONE; in init()
181 @InstrumentClusterType private int mClusterType = InstrumentClusterType.UNDEFINED; field in InstrumentClusterService
184 return mClusterType != InstrumentClusterType.NONE in isInstrumentClusterAvailable()
185 && mClusterType != InstrumentClusterType.UNDEFINED; in isInstrumentClusterAvailable()
189 if (mClusterType == InstrumentClusterType.UNDEFINED) { in getInstrumentClusterType()
192 mClusterType = getInstrumentClusterDisplay(mContext) != null in getInstrumentClusterType()
196 return mClusterType; in getInstrumentClusterType()