Home
last modified time | relevance | path

Searched refs:mMethodType (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java356 mEapConfigs.put(config.mMethodType, config); in addEapMethodConfig()
445 @EapMethod private final int mMethodType; field in EapSessionConfig.EapMethodConfig
449 mMethodType = methodType; in EapMethodConfig()
486 result.putInt(METHOD_TYPE, mMethodType); in toPersistableBundle()
496 return mMethodType; in getMethodType()
516 return Objects.hash(mMethodType); in hashCode()
526 return mMethodType == ((EapMethodConfig) o).mMethodType; in equals()