Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3113 if (hasDataStallDetectionMethod(p, DETECTION_METHOD_DNS_EVENTS)) { in notifyDataStallSuspected()
3117 if (hasDataStallDetectionMethod(p, DETECTION_METHOD_TCP_METRICS)) { in notifyDataStallSuspected()
3135 private boolean hasDataStallDetectionMethod(DataStallReportParcelable p, int detectionMethod) { in hasDataStallDetectionMethod() method in ConnectivityService
8218 if (hasDataStallDetectionMethod(p, DETECTION_METHOD_DNS_EVENTS)) { in simulateDataStall()
8221 if (hasDataStallDetectionMethod(p, DETECTION_METHOD_TCP_METRICS)) { in simulateDataStall()