Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
H A DDataStallDetectionStats.java73 @NonNull int[] returnCode, @NonNull long[] dnsTime, int evalType, int netType, in DataStallDetectionStats() argument
82 mEvaluationType = evalType; in DataStallDetectionStats()
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java2123 private void verifyTestDataStallDetectionStats(int evalType, int transport,
2148 assertEquals(evalType, stats.mEvaluationType);
2149 if ((evalType & DATA_STALL_EVALUATION_TYPE_TCP) != 0) {
2158 if ((evalType & DATA_STALL_EVALUATION_TYPE_DNS) != 0) {
2231 private void testDataStallMetricsWithCellular(int evalType) {
2235 private void testDataStallMetricsWithWiFi(int evalType) {
2236 testDataStallMetrics(evalType, NetworkCapabilities.TRANSPORT_WIFI);
2239 private void testDataStallMetrics(int evalType, int transportType) {
2240 setDataStallEvaluationType(evalType);
2247 makeTestDataStallDetectionStats(evalType, transportType);
[all …]