Searched refs:mSetOsdStringSupport (Results 1 – 1 of 1) sorted by relevance
57 @FeatureSupportStatus private final int mSetOsdStringSupport; field in DeviceFeatures66 this.mSetOsdStringSupport = builder.mOsdStringSupport; in DeviceFeatures()133 if (mSetOsdStringSupport == FEATURE_SUPPORTED) result |= (byte) (1 << 5); in toOperand()161 return mSetOsdStringSupport; in getSetOsdStringSupport()212 && mSetOsdStringSupport == other.mSetOsdStringSupport in equals()224 mSetOsdStringSupport, in hashCode()241 .append(featureSupportStatusToString(mSetOsdStringSupport)).append(" "); in toString()