Searched refs:numRafSupported (Results 1 – 1 of 1) sorted by relevance
642 int[] numRafSupported = new int[mPhones.length]; in getMaxRafSupported() local647 numRafSupported[len] = Integer.bitCount(mPhones[len].getRadioAccessFamily()); in getMaxRafSupported()648 if (maxNumRafBit < numRafSupported[len]) { in getMaxRafSupported()649 maxNumRafBit = numRafSupported[len]; in getMaxRafSupported()660 int[] numRafSupported = new int[mPhones.length]; in getMinRafSupported() local665 numRafSupported[len] = Integer.bitCount(mPhones[len].getRadioAccessFamily()); in getMinRafSupported()666 if ((minNumRafBit == 0) || (minNumRafBit > numRafSupported[len])) { in getMinRafSupported()667 minNumRafBit = numRafSupported[len]; in getMinRafSupported()