Searched refs:mClusterType (Results 1 – 1 of 1) sorted by relevance
92 mClusterType = InstrumentClusterType.NONE; in init()181 @InstrumentClusterType private int mClusterType = InstrumentClusterType.UNDEFINED; field in InstrumentClusterService184 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()