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.java1070 @AuthDirection public final int mAuthDirection; field in IkeSessionParams.IkeAuthConfig
1075 mAuthDirection = authDirection; in IkeAuthConfig()
1120 result.putInt(AUTH_DIRECTION_KEY, mAuthDirection); in toPersistableBundle()
1126 return Objects.hash(mAuthMethod, mAuthDirection); in hashCode()
1137 return mAuthMethod == other.mAuthMethod && mAuthDirection == other.mAuthDirection; in equals()