Searched refs:AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME (Results 1 – 2 of 2) sorted by relevance
20 …et.eap.message.simaka.attributes.EapTestAttributeDefinitions.AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME;62 ByteBuffer input = ByteBuffer.wrap(AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME); in testDecodeDoesNotSupportAkaPrime()68 assertEquals(AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME.length, atBidding.lengthInBytes); in testDecodeDoesNotSupportAkaPrime()95 ByteBuffer result = ByteBuffer.allocate(AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME.length); in testEncodeDoesNotSupportAkaPrime()97 assertArrayEquals(AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME, result.array()); in testEncodeDoesNotSupportAkaPrime()
77 public static final byte[] AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME = field in EapTestAttributeDefinitions