Searched refs:mMethodType (Results 1 – 1 of 1) sorted by relevance
340 mEapConfigs.put(config.mMethodType, config); in addEapMethodConfig()429 @EapMethod private final int mMethodType; field in EapSessionConfig.EapMethodConfig433 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()