Searched refs:mDeckControlSupport (Results 1 – 1 of 1) sorted by relevance
58 @FeatureSupportStatus private final int mDeckControlSupport; field in DeviceFeatures67 this.mDeckControlSupport = builder.mDeckControlSupport; in DeviceFeatures()134 if (mDeckControlSupport == FEATURE_SUPPORTED) result |= (byte) (1 << 4); in toOperand()169 return mDeckControlSupport; in getDeckControlSupport()213 && mDeckControlSupport == other.mDeckControlSupport in equals()225 mDeckControlSupport, in hashCode()243 .append(featureSupportStatusToString(mDeckControlSupport)).append(" "); in toString()274 @FeatureSupportStatus private int mDeckControlSupport; field in DeviceFeatures.Builder283 mDeckControlSupport = defaultFeatureSupportStatus; in Builder()293 mDeckControlSupport = info.getDeckControlSupport(); in Builder()[all …]