Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/routeselection/
DUnderlyingNetworkEvaluator.java106 if (isIpSecPacketLossDetectorEnabled()) { in UnderlyingNetworkEvaluator()
192 private boolean isIpSecPacketLossDetectorEnabled() { in isIpSecPacketLossDetectorEnabled() method in UnderlyingNetworkEvaluator
193 return isIpSecPacketLossDetectorEnabled(mVcnContext); in isIpSecPacketLossDetectorEnabled()
196 private static boolean isIpSecPacketLossDetectorEnabled(VcnContext vcnContext) { in isIpSecPacketLossDetectorEnabled() method in UnderlyingNetworkEvaluator
204 if (isIpSecPacketLossDetectorEnabled(vcnContext)) { in getComparator()