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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java414 if (!removeAllNetworks()) {
441 if (!removeAllNetworks()) {
560 removeAllNetworks();
568 public boolean removeAllNetworks() { method in class:SupplicantStaIfaceHal
572 Log.e(TAG, "removeAllNetworks failed, got null networks");
577 Log.e(TAG, "removeAllNetworks failed to remove network: " + id);
H A DWifiNative.java749 public boolean removeAllNetworks() { method in class:WifiNative
750 return mSupplicantStaIfaceHal.removeAllNetworks();

Completed in 58 milliseconds