Searched refs:numRafSupported (Results 1 – 1 of 1) sorted by relevance
610 int[] numRafSupported = new int[mPhones.length]; in getMaxRafSupported() local615 numRafSupported[len] = Integer.bitCount(mPhones[len].getRadioAccessFamily()); in getMaxRafSupported()616 if (maxNumRafBit < numRafSupported[len]) { in getMaxRafSupported()617 maxNumRafBit = numRafSupported[len]; in getMaxRafSupported()628 int[] numRafSupported = new int[mPhones.length]; in getMinRafSupported() local633 numRafSupported[len] = Integer.bitCount(mPhones[len].getRadioAccessFamily()); in getMinRafSupported()634 if ((minNumRafBit == 0) || (minNumRafBit > numRafSupported[len])) { in getMinRafSupported()635 minNumRafBit = numRafSupported[len]; in getMinRafSupported()