Home
last modified time | relevance | path

Searched refs:AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DAtBiddingTest.java20 …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()
DEapTestAttributeDefinitions.java77 public static final byte[] AT_BIDDING_DOES_NOT_SUPPORT_AKA_PRIME = field in EapTestAttributeDefinitions