OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
(networkId);
WifiConnectivityManager.java
508
mConnectivityHelper.
removeNetworkIfCurrent
(networkId);
512
mConnectivityHelper.
removeNetworkIfCurrent
(networkId);
[
all
...]
WifiNative.java
796
public void
removeNetworkIfCurrent
(int networkId) {
797
mSupplicantStaIfaceHal.
removeNetworkIfCurrent
(networkId);
[
all
...]
SupplicantStaIfaceHal.java
519
public void
removeNetworkIfCurrent
(int networkId) {
[
all
...]
Completed in 624 milliseconds