Searched refs:mAuthDirection (Results 1 – 1 of 1) sorted by relevance
712 @AuthDirection public final int mAuthDirection; field in IkeSessionParams.IkeAuthConfig717 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()