Searched refs:eapSubType (Results 1 – 4 of 4) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaTypeData.java | 54 int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapSimAkaTypeData() argument 55 this(eapSubType, attributeMap, new byte[RESERVED_BYTES_LEN]); in EapSimAkaTypeData() 59 int eapSubType, in EapSimAkaTypeData() argument 62 this.eapSubtype = eapSubType; in EapSimAkaTypeData() 125 int eapSubType = Byte.toUnsignedInt(byteBuffer.get()); in decode() local 126 if (!mSupportedSubtypes.contains(eapSubType)) { in decode() 153 T eapSimAkaTypeData = getInstance(eapSubType, attributeMap, reservedBytes); in decode() 171 int eapSubType, in getInstance() argument
|
D | EapAkaPrimeTypeData.java | 37 EapAkaPrimeTypeData(int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapAkaPrimeTypeData() argument 38 super(eapSubType, attributeMap); in EapAkaPrimeTypeData() 42 int eapSubType, in EapAkaPrimeTypeData() argument 45 super(eapSubType, attributeMap, reservedBytes); in EapAkaPrimeTypeData()
|
D | EapSimTypeData.java | 66 public EapSimTypeData(int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapSimTypeData() argument 67 super(eapSubType, attributeMap); in EapSimTypeData() 71 int eapSubType, in EapSimTypeData() argument 74 super(eapSubType, attributeMap, reservedBytes); in EapSimTypeData()
|
D | EapAkaTypeData.java | 72 public EapAkaTypeData(int eapSubType, LinkedHashMap<Integer, EapSimAkaAttribute> attributeMap) { in EapAkaTypeData() argument 73 super(eapSubType, attributeMap); in EapAkaTypeData() 77 int eapSubType, in EapAkaTypeData() argument 80 super(eapSubType, attributeMap, reservedBytes); in EapAkaTypeData()
|