Searched refs:callQualityLevel (Results 1 – 1 of 1) sorted by relevance
137 private static boolean isGoodQuality(int callQualityLevel) { in isGoodQuality() argument138 return callQualityLevel < CallQuality.CALL_QUALITY_BAD; in isGoodQuality()