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

/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DDomainMatcher.java16 private final Label mRoot;
18 private static class Label { class in class:DomainMatcher
19 private final Map<String, Label> mSubDomains;
22 private Label(Match match) { method in class:DomainMatcher.Label
24 mSubDomains = match == Match.None ? new HashMap<String, Label>() : null;
30 Label subLabel = new Label(Match.None);
34 mSubDomains.put(labelName, new Label(match));
38 private Label getSubLabel(String labelString) {
49 for (Map.Entry<String, Label> entr
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DDomainMatcher.java19 private final Label mRoot;
21 private static class Label { class in class:DomainMatcher
22 private final Map<String, Label> mSubDomains;
25 private Label(Match match) { method in class:DomainMatcher.Label
27 mSubDomains = match == Match.None ? new HashMap<String, Label>() : null;
33 Label subLabel = new Label(Match.None);
37 mSubDomains.put(labelName, new Label(match));
41 private Label getSubLabel(String labelString) {
52 for (Map.Entry<String, Label> entr
[all...]

Completed in 182 milliseconds