Searched refs:evaluationType (Results 1 – 2 of 2) sorted by relevance
1116 @EvaluationType int evaluationType) { in buildDataStallDetectionStats() argument1119 log("collectDataStallMetrics: type=" + transport + ", evaluation=" + evaluationType); in buildDataStallDetectionStats()1121 stats.setEvaluationType(evaluationType); in buildDataStallDetectionStats()3373 private static boolean isDataStallTypeDetected(int typeToCollect, int evaluationType) { in isDataStallTypeDetected() argument3374 return (typeToCollect & evaluationType) != 0; in isDataStallTypeDetected()
2165 private DataStallDetectionStats makeTestDataStallDetectionStats(int evaluationType,2168 .setEvaluationType(evaluationType)2186 if ((evaluationType & DATA_STALL_EVALUATION_TYPE_TCP) != 0) {2190 if ((evaluationType & DATA_STALL_EVALUATION_TYPE_DNS) != 0) {