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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
CarrierNetworkConfig.java 95 return info == null ? -1 : info.mEapType;
145 final int mEapType;
149 mEapType = eapType;
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
Credential.java 271 private int mEapType = Integer.MIN_VALUE;
282 mEapType = eapType;
291 return mEapType;
332 mEapType = source.mEapType;
349 dest.writeInt(mEapType);
368 && mEapType == that.mEapType
375 mAbleToShare, mEapType, mNonEapInnerMethod);
385 builder.append("EAPType: ").append(mEapType).append("\n")
    [all...]

Completed in 62 milliseconds