OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMoTree
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/
PasspointManagementObjectDefinition.java
47
public String
getMoTree
() {
WifiConfiguration.java
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/
WifiNetworkAdapter.java
53
mMOTree = omaParser.parse(config.
getMoTree
(), OMAConstants.PPS_URN);
91
String moTree = config.
getMoTree
();
110
public MOTree
getMOTree
(HomeSP homeSP) {
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java
688
HomeSP homeSP = MOManager.buildSP(config.
getMoTree
());
724
HomeSP activeSP = MOManager.buildSP(config.
getMoTree
());
787
public MOTree
getMOTree
(HomeSP homeSP) throws IOException {
788
return mWifiNetworkAdapter.
getMOTree
(homeSP);
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
PasspointManagementObjectManager.java
386
return omaParser.parse(managementObjectDefinition.
getMoTree
(), OMAConstants.PPS_URN);
438
public String
getMOTree
(String fqdn) throws IOException {
[
all
...]
Completed in 1609 milliseconds