Searched refs:numRafSupported (Results 1 – 1 of 1) sorted by relevance
664 int[] numRafSupported = new int[mPhones.length]; in getMaxRafSupported() local669 numRafSupported[len] = Integer.bitCount(mPhones[len].getRadioAccessFamily()); in getMaxRafSupported()670 if (maxNumRafBit < numRafSupported[len]) { in getMaxRafSupported()671 maxNumRafBit = numRafSupported[len]; in getMaxRafSupported()682 int[] numRafSupported = new int[mPhones.length]; in getMinRafSupported() local687 numRafSupported[len] = Integer.bitCount(mPhones[len].getRadioAccessFamily()); in getMinRafSupported()688 if ((minNumRafBit == 0) || (minNumRafBit > numRafSupported[len])) { in getMinRafSupported()689 minNumRafBit = numRafSupported[len]; in getMinRafSupported()