HomeSort by relevance Sort by last modified time
    Searched defs:OMAConstructed (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMAConstructed.java 11 public class OMAConstructed extends OMANode {
14 public OMAConstructed(OMAConstructed parent, String name, String context, String... avps) {
18 protected OMAConstructed(OMAConstructed parent, String name, String context,
30 new OMAConstructed(this, name, context);
50 public OMAConstructed reparent(OMAConstructed parent) {
51 return new OMAConstructed(parent, getName(), getContext(), mChildren, getAttributes());
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
OMAConstructed.java 11 public class OMAConstructed extends OMANode {
14 public OMAConstructed(OMAConstructed parent, String name, String context, String ... avps) {
18 protected OMAConstructed(OMAConstructed parent, String name, String context,
30 new OMAConstructed(this, name, context);
50 public OMAConstructed reparent(OMAConstructed parent) {
51 return new OMAConstructed(parent, getName(), getContext(), mChildren, getAttributes());

Completed in 396 milliseconds