Searched refs:InstrumentClusterType (Results 1 – 1 of 1) sorted by relevance
83 if (getInstrumentClusterType() == InstrumentClusterType.GRAPHICS) { in init()92 mClusterType = InstrumentClusterType.NONE; in init()160 InstrumentClusterType.NONE,161 InstrumentClusterType.METADATA,162 InstrumentClusterType.GRAPHICS164 public @interface InstrumentClusterType { annotation in InstrumentClusterService181 @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 …]