Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecConfig.java57 private IpSecAlgorithm mAuthenticatedEncryption; field in IpSecConfig
104 mAuthenticatedEncryption = authenticatedEncryption; in setAuthenticatedEncryption()
162 return mAuthenticatedEncryption; in getAuthenticatedEncryption()
209 out.writeParcelable(mAuthenticatedEncryption, flags); in writeToParcel()
231 mAuthenticatedEncryption = c.mAuthenticatedEncryption; in IpSecConfig()
250 mAuthenticatedEncryption = in IpSecConfig()
287 .append(mAuthenticatedEncryption) in toString()
324 lhs.mAuthenticatedEncryption, rhs.mAuthenticatedEncryption) in equals()