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

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java65 public static final String TAG_EAPMethod = "EAPMethod"; field in class:MOManager
603 OMANode eapNode = unpNode.addChild(TAG_EAPMethod, null, null, null);
788 OMANode eapMethodNode = unNode.getChild(TAG_EAPMethod);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java64 public static final String TAG_EAPMethod = "EAPMethod"; field in class:PasspointManagementObjectManager
562 OMANode eapNode = unpNode.addChild(TAG_EAPMethod, null, null, null);
747 OMANode eapMethodNode = unNode.getChild(TAG_EAPMethod);

Completed in 23 milliseconds