Home
last modified time | relevance | path

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

/packages/modules/IPsec/api/
Dsystem-lint-baseline.txt23 …android.net.ipsec.ike.ChildSaProposal does not declare a `getIntegrityAlgorithms()` method matchin…
29 …android.net.ipsec.ike.IkeSaProposal does not declare a `getIntegrityAlgorithms()` method matching …
Dsystem-current.txt246 method @NonNull public java.util.List<java.lang.Integer> getIntegrityAlgorithms();
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DSaProposal.java332 public List<Integer> getIntegrityAlgorithms() { in getIntegrityAlgorithms() method in SaProposal