Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java712 @AuthDirection public final int mAuthDirection; field in IkeSessionParams.IkeAuthConfig
717 mAuthDirection = authDirection; in IkeAuthConfig()
762 result.putInt(AUTH_DIRECTION_KEY, mAuthDirection); in toPersistableBundle()
768 return Objects.hash(mAuthMethod, mAuthDirection); in hashCode()
779 return mAuthMethod == other.mAuthMethod && mAuthDirection == other.mAuthDirection; in equals()