Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java229 @NonNull private final IkeAuthConfig mLocalAuthConfig; field in IkeSessionParams
277 mLocalAuthConfig = localAuthConfig; in IkeSessionParams()
395 result.putPersistableBundle(LOCAL_AUTH_KEY, mLocalAuthConfig.toPersistableBundle()); in toPersistableBundle()
498 return mLocalAuthConfig; in getLocalAuthConfig()
621 mLocalAuthConfig, in hashCode()
649 && mLocalAuthConfig.equals(other.mLocalAuthConfig) in equals()
1189 @Nullable private IkeAuthConfig mLocalAuthConfig; field in IkeSessionParams.Builder
1259 mLocalAuthConfig = ikeSessionParams.getLocalAuthConfig(); in Builder()
1387 mLocalAuthConfig = local; in setAuth()
1835 || mLocalAuthConfig == null in build()
[all …]