OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMAConstructed
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMANode.java
14
private final
OMAConstructed
mParent;
19
protected OMANode(
OMAConstructed
parent, String name, String context,
42
public
OMAConstructed
getParent() {
70
public abstract OMANode reparent(
OMAConstructed
parent);
119
public static
OMAConstructed
unmarshal(InputStream in) throws IOException {
124
unmarshal(in, (
OMAConstructed
) node);
125
return (
OMAConstructed
) node;
128
private static void unmarshal(InputStream in,
OMAConstructed
parent) throws IOException {
134
unmarshal(in, (
OMAConstructed
) node);
139
private static OMANode buildNode(InputStream in,
OMAConstructed
parent) throws IOException
[
all
...]
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());
MOTree.java
28
private final
OMAConstructed
mRoot;
54
public MOTree(String urn, String rev,
OMAConstructed
root) throws IOException {
60
public static MOTree buildMgmtTree(String urn, String rev,
OMAConstructed
root)
62
OMAConstructed
realRoot;
68
realRoot = new
OMAConstructed
(null, MgmtTreeTag, urn, "xmlns", OMAConstants.SyncML);
214
public
OMAConstructed
getRoot() {
259
OMAConstructed
root = OMANode.unmarshal(in);
OMAScalar.java
12
public OMAScalar(
OMAConstructed
parent, String name, String context, String value,
17
public OMAScalar(
OMAConstructed
parent, String name, String context, String value,
24
public OMAScalar reparent(
OMAConstructed
parent) {
MOManager.java
245
OMAConstructed
dummyRoot = new
OMAConstructed
(null, TAG_PerProviderSubscription, null);
271
OMAConstructed
pps = (
OMAConstructed
) instanceTree.getRoot().
299
OMAConstructed
ppsRoot = (
OMAConstructed
)
321
private static
OMAConstructed
findTargetTree(MOTree moTree, String fqdn) throws OMAException {
326
instance = getInstanceNode((
OMAConstructed
) node);
333
return (
OMAConstructed
) node;
341
private static
OMAConstructed
getInstanceNode(OMAConstructed root) throws OMAException
[
all
...]
MgmtTreeRoot.java
5
public class MgmtTreeRoot extends
OMAConstructed
{
/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());
OMAScalar.java
12
public OMAScalar(
OMAConstructed
parent, String name, String context, String value,
17
public OMAScalar(
OMAConstructed
parent, String name, String context, String value,
24
public OMAScalar reparent(
OMAConstructed
parent) {
OMANode.java
14
private final
OMAConstructed
mParent;
29
protected OMANode(
OMAConstructed
parent, String name, String context, Map<String, String> avps) {
51
public
OMAConstructed
getParent() {
98
public abstract OMANode reparent(
OMAConstructed
parent);
147
public static
OMAConstructed
unmarshal(InputStream in) throws IOException {
152
unmarshal(in, (
OMAConstructed
) node);
153
return (
OMAConstructed
) node;
156
private static void unmarshal(InputStream in,
OMAConstructed
parent) throws IOException {
163
unmarshal(in, (
OMAConstructed
) node);
168
private static OMANode buildNode(InputStream in,
OMAConstructed
parent) throws IOException
[
all
...]
PasspointManagementObjectManager.java
243
OMAConstructed
dummyRoot = new
OMAConstructed
(null, TAG_PerProviderSubscription, null);
267
OMAConstructed
pps = (
OMAConstructed
) instanceTree.getRoot()
297
private static
OMAConstructed
findTargetTree(MOTree moTree, String fqdn) throws OMAException {
302
instance = getInstanceNode((
OMAConstructed
) node);
309
return (
OMAConstructed
) node;
317
private static
OMAConstructed
getInstanceNode(
OMAConstructed
root) throws OMAException {
320
return (
OMAConstructed
) child
[
all
...]
MOTree.java
25
private final
OMAConstructed
mRoot;
51
public MOTree(String urn, String rev,
OMAConstructed
root) {
65
public static MOTree buildMgmtTree(String urn, String rev,
OMAConstructed
root) {
66
OMAConstructed
realRoot;
218
public
OMAConstructed
getRoot() {
263
OMAConstructed
root = OMANode.unmarshal(in);
ManagementTreeRoot.java
22
* A specialized
OMAConstructed
OMA-DM node used as the MgmtTree root node in Passpoint
25
public class ManagementTreeRoot extends
OMAConstructed
{
/frameworks/base/packages/Osu/src/com/android/hotspot2/
OMADMAdapter.java
14
import com.android.hotspot2.omadm.
OMAConstructed
;
223
private static void buildNode(PathAccessor pathAccessor, int depth,
OMAConstructed
parent)
228
OMAConstructed
node = (
OMAConstructed
) parent.getChild(name);
230
node = (
OMAConstructed
) parent.addChild(name, RTProps.get(name),
264
OMAConstructed
root = new
OMAConstructed
(null, "DevInfo", urn);
274
OMAConstructed
root = new
OMAConstructed
(null, "DevDetail", urn);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
OMADMAdapter.java
14
import com.android.server.wifi.hotspot2.omadm.
OMAConstructed
;
213
private static void buildNode(PathAccessor pathAccessor, int depth,
OMAConstructed
parent)
218
OMAConstructed
node = (
OMAConstructed
) parent.getChild(name);
220
node = (
OMAConstructed
) parent.addChild(name, RTProps.get(name),
255
OMAConstructed
root = new
OMAConstructed
(null, "DevInfo", urn);
265
OMAConstructed
root = new
OMAConstructed
(null, "DevDetail", urn);
Completed in 7206 milliseconds