Searched refs:numRafSupported (Results 1 – 1 of 1) sorted by relevance
615 int[] numRafSupported = new int[mPhones.length]; in getMaxRafSupported() local620 numRafSupported[len] = Integer.bitCount(mPhones[len].getRadioAccessFamily()); in getMaxRafSupported()621 if (maxNumRafBit < numRafSupported[len]) { in getMaxRafSupported()622 maxNumRafBit = numRafSupported[len]; in getMaxRafSupported()633 int[] numRafSupported = new int[mPhones.length]; in getMinRafSupported() local638 numRafSupported[len] = Integer.bitCount(mPhones[len].getRadioAccessFamily()); in getMinRafSupported()639 if ((minNumRafBit == 0) || (minNumRafBit > numRafSupported[len])) { in getMinRafSupported()640 minNumRafBit = numRafSupported[len]; in getMinRafSupported()