Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecConfig.java55 private IpSecAlgorithm mAuthentication; field in IpSecConfig
103 mAuthentication = authentication; in setAuthentication()
178 return mAuthentication; in getAuthentication()
232 out.writeParcelable(mAuthentication, flags); in writeToParcel()
255 mAuthentication = c.mAuthentication; in IpSecConfig()
274 mAuthentication = in IpSecConfig()
312 .append(mAuthentication) in toString()
353 && IpSecAlgorithm.equals(mAuthentication, rhs.mAuthentication) in equals()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt259 Landroid/net/IpSecConfig;->mAuthentication:Landroid/net/IpSecAlgorithm;