HomeSort by relevance Sort by last modified time
    Searched defs:mVendorID (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
VendorInfo.java 26 public final String mVendorID;
37 mVendorID = data[1];
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
VendorInfo.java 25 public final String mVendorID;
36 mVendorID = data[1];
  /frameworks/base/packages/Osu/src/com/android/anqp/eap/
ExpandedEAPMethod.java 17 private final int mVendorID;
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/
ExpandedEAPMethod.java 38 private final int mVendorID;
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 109 milliseconds