Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java496 @NonNull private final IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams
550 mRemoteAuthConfig = remoteAuthConfig; in IkeSessionParams()
677 result.putPersistableBundle(REMOTE_AUTH_KEY, mRemoteAuthConfig.toPersistableBundle()); in toPersistableBundle()
788 return mRemoteAuthConfig; in getRemoteAuthConfig()
974 mRemoteAuthConfig, in hashCode()
1005 && mRemoteAuthConfig.equals(other.mRemoteAuthConfig) in equals()
1554 @Nullable private IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams.Builder
1634 mRemoteAuthConfig = ikeSessionParams.getRemoteAuthConfig(); in Builder()
1764 mRemoteAuthConfig = remote; in setAuth()
2309 || mRemoteAuthConfig == null) { in build()
[all …]