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.java495 @NonNull private final IkeAuthConfig mLocalAuthConfig; field in IkeSessionParams
549 mLocalAuthConfig = localAuthConfig; in IkeSessionParams()
676 result.putPersistableBundle(LOCAL_AUTH_KEY, mLocalAuthConfig.toPersistableBundle()); in toPersistableBundle()
782 return mLocalAuthConfig; in getLocalAuthConfig()
973 mLocalAuthConfig, in hashCode()
1004 && mLocalAuthConfig.equals(other.mLocalAuthConfig) in equals()
1553 @Nullable private IkeAuthConfig mLocalAuthConfig; field in IkeSessionParams.Builder
1633 mLocalAuthConfig = ikeSessionParams.getLocalAuthConfig(); in Builder()
1763 mLocalAuthConfig = local; in setAuth()
2308 || mLocalAuthConfig == null in build()
[all …]