Searched refs:hasColorMode_ (Results 1 – 4 of 4) sorted by relevance
24 hasColorMode_(false), colorMode_(0), hasDuplexMode_(false), duplexMode_(0), in PrintAttributes()45 hasColorMode_ = right.hasColorMode_; in PrintAttributes()70 hasColorMode_ = right.hasColorMode_; in operator =()124 hasColorMode_ = true; in SetColorMode()160 hasColorMode_ = jobInfo.hasColorMode_; in UpdateParams()251 return hasColorMode_; in HasColorMode()309 hasColorMode_ = parcel.ReadBool(); in ReadFromParcel()310 if (hasColorMode_) { in ReadFromParcel()375 parcel.WriteBool(hasColorMode_); in MarshallingParam()376 if (hasColorMode_) { in MarshallingParam()[all …]
137 bool hasColorMode_; variable
93 EXPECT_EQ(printAttributes.hasColorMode_, true);
348 EXPECT_EQ(adapterParam->printAttributes.hasColorMode_, true);