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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java71 public class WifiManager { class
73 private static final String TAG = "WifiManager";
683 * Create a new WifiManager instance.
692 public WifiManager(Context context, IWifiManager service, Looper looper) { method in class:WifiManager
1872 // This will cause all further async API calls on the WifiManager
1883 // This will cause all further async API calls on the WifiManager
1889 case WifiManager.CONNECT_NETWORK_FAILED:
1890 case WifiManager.FORGET_NETWORK_FAILED:
1891 case WifiManager.SAVE_NETWORK_FAILED:
1892 case WifiManager
[all...]

Completed in 164 milliseconds