Searched refs:mArcRxSupport (Results 1 – 1 of 1) sorted by relevance
61 @FeatureSupportStatus private final int mArcRxSupport; field in DeviceFeatures70 this.mArcRxSupport = builder.mArcRxSupport; in DeviceFeatures()137 if (mArcRxSupport == FEATURE_SUPPORTED) result |= (byte) (1 << 1); in toOperand()193 return mArcRxSupport; in getArcRxSupport()216 && mArcRxSupport == other.mArcRxSupport in equals()228 mArcRxSupport, in hashCode()249 .append(featureSupportStatusToString(mArcRxSupport)).append(" "); in toString()277 @FeatureSupportStatus private int mArcRxSupport; field in DeviceFeatures.Builder286 mArcRxSupport = defaultFeatureSupportStatus; in Builder()296 mArcRxSupport = info.getArcRxSupport(); in Builder()[all …]