Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/android/net/eap/
H A DEapSessionConfig.java340 mEapConfigs.put(config.mMethodType, config); in addEapMethodConfig()
429 @EapMethod private final int mMethodType; field in EapSessionConfig.EapMethodConfig
433 mMethodType = methodType; in EapMethodConfig()
470 result.putInt(METHOD_TYPE, mMethodType); in toPersistableBundle()
480 return mMethodType; in getMethodType()
500 return Objects.hash(mMethodType); in hashCode()
510 return mMethodType == ((EapMethodConfig) o).mMethodType; in equals()