HomeSort by relevance Sort by last modified time
    Searched refs:mEAPMethod (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Credential.java 31 private final EAPMethod mEAPMethod;
45 mEAPMethod = eapMethod;
72 mEAPMethod = eapMethod;
92 mEAPMethod = eapMethod;
117 mEAPMethod = other.mEAPMethod;
134 return mEAPMethod;
186 if (!mEAPMethod.equals(that.mEAPMethod)) return false;
226 result = 31 * result + mEAPMethod.hashCode()
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Credential.java 40 private final EAPMethod mEAPMethod;
54 mEAPMethod = eapMethod;
81 mEAPMethod = eapMethod;
101 mEAPMethod = eapMethod;
126 mEAPMethod = other.mEAPMethod;
138 mEAPMethod = mapEapMethod(enterpriseConfig.getEapMethod(),
140 mCertType = mEAPMethod.getEAPMethodID() == EAP.EAPMethodID.EAP_TLS ? CertType.x509v3 : null;
238 return mEAPMethod;
290 if (!mEAPMethod.equals(that.mEAPMethod)) return false
    [all...]

Completed in 213 milliseconds