Searched defs:WifiManager (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java63 public class WifiManager { class
65 private static final String TAG = "WifiManager";
512 * Create a new WifiManager instance.
521 public WifiManager(Context context, IWifiManager service) { method in class:WifiManager
1263 // This will cause all further async API calls on the WifiManager
1274 // This will cause all further async API calls on the WifiManager
1280 case WifiManager.CONNECT_NETWORK_FAILED:
1281 case WifiManager.FORGET_NETWORK_FAILED:
1282 case WifiManager.SAVE_NETWORK_FAILED:
1283 case WifiManager
[all...]

Completed in 438 milliseconds