OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeNetworkIfCurrent
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConnectivityHelper.java
171
public void
removeNetworkIfCurrent
(int networkId) {
172
mWifiNative.
removeNetworkIfCurrent
(mWifiNative.getClientInterfaceName(), networkId);
WifiNative.java
[
all
...]
WifiConnectivityManager.java
551
mConnectivityHelper.
removeNetworkIfCurrent
(networkId);
555
mConnectivityHelper.
removeNetworkIfCurrent
(networkId);
[
all
...]
SupplicantStaIfaceHal.java
[
all
...]
Completed in 225 milliseconds