Searched defs:WIFI_MODE_FULL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java410 public static final int WIFI_MODE_FULL = 1; field in class:WifiManager
423 * {@link #WIFI_MODE_FULL} but it operates at high performance
431 * regular {@link #WIFI_MODE_FULL} lock will keep the wifi
437 * will have the same behavior as {@link #WIFI_MODE_FULL}
1741 * @param lockType the type of lock to create. See {@link #WIFI_MODE_FULL},
1770 return new WifiLock(WIFI_MODE_FULL, tag);

Completed in 1062 milliseconds