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

/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.java866 public HashMap<String, HomeOIList> homeOIList = new HashMap<String, HomeOIList>();
876 public HomeOIList createHomeOIList(String name, String homeoi, boolean required) {
877 HomeOIList obj = new HomeOIList(name, homeoi, required);
917 in.readMap(homeOIList, HomeOIList.class.getClassLoader());
989 * PerProviderSubscription/<X+>/HomeSP/HomeOIList
991 public static class HomeOIList implements Parcelable { class in class:WifiPasspointDmTree
996 public HomeOIList(String nn, String h, boolean r) { method in class:WifiPasspointDmTree.HomeOIList
1002 public HomeOIList() { method in class:WifiPasspointDmTree.HomeOIList
1005 public HomeOIList(Parcel in) { method in class:WifiPasspointDmTree.HomeOIList
[all...]

Completed in 53 milliseconds