HomeSort by relevance Sort by last modified time
    Searched refs:LOWER_FREQ_24GHZ (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 68 public static final int LOWER_FREQ_24GHZ = 2400;
780 } else if (result.frequency >= LOWER_FREQ_24GHZ
802 } else if (result.frequency >= LOWER_FREQ_24GHZ
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/details/
WifiDetailPreferenceController.java 329 if (frequency >= AccessPoint.LOWER_FREQ_24GHZ
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 327 if (frequency >= AccessPoint.LOWER_FREQ_24GHZ
    [all...]

Completed in 201 milliseconds