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

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

Completed in 253 milliseconds