Searched refs:evaluationType (Results 1 – 2 of 2) sorted by relevance
1106 @EvaluationType int evaluationType) { in buildDataStallDetectionStats() argument1109 log("collectDataStallMetrics: type=" + transport + ", evaluation=" + evaluationType); in buildDataStallDetectionStats()1111 stats.setEvaluationType(evaluationType); in buildDataStallDetectionStats()3399 private static boolean isDataStallTypeDetected(int typeToCollect, int evaluationType) { in isDataStallTypeDetected() argument3400 return (typeToCollect & evaluationType) != 0; in isDataStallTypeDetected()
2034 private DataStallDetectionStats makeTestDataStallDetectionStats(int evaluationType,2037 .setEvaluationType(evaluationType)2055 if ((evaluationType & DATA_STALL_EVALUATION_TYPE_TCP) != 0) {2059 if ((evaluationType & DATA_STALL_EVALUATION_TYPE_DNS) != 0) {