Searched refs:TAG_PerProviderSubscription (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java92 public static final String TAG_PerProviderSubscription = "PerProviderSubscription"; field in class:MOManager
245 OMAConstructed dummyRoot = new OMAConstructed(null, TAG_PerProviderSubscription, null);
272 getChild(TAG_PerProviderSubscription);
300 moTree.getRoot().addChild(TAG_PerProviderSubscription, "", null, null);
325 if (node.getName().equals(TAG_PerProviderSubscription)) {
369 getTailPath(mod.getBaseURI(), TAG_PerProviderSubscription);
649 if (moTree.getRoot().getName().equals(TAG_PerProviderSubscription)) {
664 if (ppsRoot.getName().equals(TAG_PerProviderSubscription)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java91 public static final String TAG_PerProviderSubscription = "PerProviderSubscription"; field in class:PasspointManagementObjectManager
243 OMAConstructed dummyRoot = new OMAConstructed(null, TAG_PerProviderSubscription, null);
268 .getChild(TAG_PerProviderSubscription);
301 if (node.getName().equals(TAG_PerProviderSubscription)) {
345 TAG_PerProviderSubscription);
608 if (moTree.getRoot().getName().equals(TAG_PerProviderSubscription)) {
623 if (ppsRoot.getName().equals(TAG_PerProviderSubscription)) {

Completed in 10 milliseconds