Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/android/net/eap/
H A DEapSessionConfig.java362 private static final String METHOD_TYPE = "methodType"; field in EapSessionConfig.EapMethodConfig
445 int methodType = in.getInt(METHOD_TYPE); in fromPersistableBundle()
470 result.putInt(METHOD_TYPE, mMethodType); in toPersistableBundle()
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DEapSessionConfigUtils.java135 private static final String METHOD_TYPE = "METHOD_TYPE"; field in EapSessionConfigUtils.EapMethodConfigUtils
141 result.putInt(METHOD_TYPE, config.getMethodType()); in toPersistableBundle()