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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPoint.java 78 public static final int LOWER_FREQ_5GHZ = 4900;
775 if (result.frequency >= LOWER_FREQ_5GHZ
788 if (result.frequency >= LOWER_FREQ_5GHZ
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/details/
WifiDetailPreferenceController.java 332 } else if (frequency >= AccessPoint.LOWER_FREQ_5GHZ
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 330 } else if (frequency >= AccessPoint.LOWER_FREQ_5GHZ
    [all...]

Completed in 54 milliseconds