OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_MULTIPLE_NETWORKS_CHANGED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
WifiManager.java
317
* {@link #
EXTRA_MULTIPLE_NETWORKS_CHANGED
} is set to true the new configuration
337
public static final String
EXTRA_MULTIPLE_NETWORKS_CHANGED
= "multipleChanges";
340
* has changed. Only present if {@link #
EXTRA_MULTIPLE_NETWORKS_CHANGED
} is {@code false}
[
all
...]
WifiConfigStore.java
634
intent.putExtra(WifiManager.
EXTRA_MULTIPLE_NETWORKS_CHANGED
, false);
646
intent.putExtra(WifiManager.
EXTRA_MULTIPLE_NETWORKS_CHANGED
, true);
[
all
...]
Completed in 34 milliseconds