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