Searched refs:WifiConfigStore (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DSupplicantStateTracker.java43 private WifiConfigStore mWifiConfigStore;
67 public SupplicantStateTracker(Context c, WifiStateMachine wsm, WifiConfigStore wcs, Handler t) {
H A DWifiConfigStore.java69 * = IP and proxy configuration that is handled by WifiConfigStore and
106 class WifiConfigStore { class
109 private static final String TAG = "WifiConfigStore";
148 WifiConfigStore(Context c, WifiNative wn) { method in class:WifiConfigStore
H A DWifiStateMachine.java111 private WifiConfigStore mWifiConfigStore;
586 mWifiConfigStore = new WifiConfigStore(context, mWifiNative);

Completed in 324 milliseconds