Searched refs:freqMhz (Results 1 – 3 of 3) sorted by relevance
174 freqMhz=$(( ${freq} / 1000 ))175 if [ ${freqMhz} -ge ${TARGET_FREQ_MHZ} ]; then302 freqMhz=$(( ${freq} / 1000000 ))303 if [ ${freqMhz} -ge ${TARGET_FREQ_MHZ} ] && [ ${chosenFreq} -ge ${freq} ]; then
1099 public static int getBand(int freqMhz) { in getBand() argument1100 if (freqMhz >= WifiEntry.MIN_FREQ_24GHZ && freqMhz < WifiEntry.MAX_FREQ_24GHZ) { in getBand()1102 } else if (freqMhz >= WifiEntry.MIN_FREQ_5GHZ && freqMhz < WifiEntry.MAX_FREQ_5GHZ) { in getBand()1104 } else if (freqMhz >= WifiEntry.MIN_FREQ_6GHZ && freqMhz < WifiEntry.MAX_FREQ_6GHZ) { in getBand()1135 public static String frequencyToBandString(@NonNull Context context, int freqMhz) { in frequencyToBandString() argument1136 return bandToBandString(context, getBand(freqMhz)); in frequencyToBandString()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...