Searched defs:mVendorID (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DVendorInfo.java26 public final String mVendorID; field in class:VendorInfo
37 mVendorID = data[1];
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DVendorInfo.java25 public final String mVendorID; field in class:VendorInfo
36 mVendorID = data[1];
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DExpandedEAPMethod.java17 private final int mVendorID; field in class:ExpandedEAPMethod
32 mVendorID = id;
40 mVendorID = vendorID;
51 return (mAuthInfoID.hashCode() * 31 + mVendorID) * 31 + (int) mVendorType;
67 return mVendorID;
76 return "Auth method " + mAuthInfoID + ", id " + mVendorID + ", type " + mVendorType + "\n";
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
H A DExpandedEAPMethod.java38 private final int mVendorID; field in class:ExpandedEAPMethod
44 mVendorID = vendorID;
77 return mVendorID;
93 return mVendorID == that.mVendorID && mVendorType == that.mVendorType;
98 return (mVendorID) * 31 + (int) mVendorType;
103 return "ExpandedEAPMethod{mVendorID=" + mVendorID + " mVendorType=" + mVendorType + "}";

Completed in 312 milliseconds