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.java230 @NonNull private final IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams
278 mRemoteAuthConfig = remoteAuthConfig; in IkeSessionParams()
396 result.putPersistableBundle(REMOTE_AUTH_KEY, mRemoteAuthConfig.toPersistableBundle()); in toPersistableBundle()
504 return mRemoteAuthConfig; in getRemoteAuthConfig()
622 mRemoteAuthConfig, in hashCode()
650 && mRemoteAuthConfig.equals(other.mRemoteAuthConfig) in equals()
1190 @Nullable private IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams.Builder
1260 mRemoteAuthConfig = ikeSessionParams.getRemoteAuthConfig(); in Builder()
1388 mRemoteAuthConfig = remote; in setAuth()
1836 || mRemoteAuthConfig == null) { in build()
[all …]