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

  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOManager.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
PasspointManagementObjectManager.java 747 OMANode eapMethodNode = unNode.getChild(TAG_EAPMethod);
748 int eapID = getInteger(eapMethodNode.getChild(TAG_EAPType));
755 Long vid = getOptionalInteger(eapMethodNode.getChild(TAG_VendorId));
756 Long vtype = getOptionalInteger(eapMethodNode.getChild(TAG_VendorType));
757 Long innerEAPType = getOptionalInteger(eapMethodNode.getChild(TAG_InnerEAPType));
    [all...]

Completed in 2132 milliseconds