Searched refs:AttributeDecoder (Results 1 – 2 of 2) sorted by relevance
1002 interface AttributeDecoder { interface in IkeSaPayload1045 private static AttributeDecoder sAttributeDecoder = new AttributeDecoderImpl();1111 private static class AttributeDecoderImpl implements AttributeDecoder {1129 static void setAttributeDecoder(AttributeDecoder decoder) { in setAttributeDecoder()
59 import com.android.internal.net.ipsec.test.ike.message.IkeSaPayload.AttributeDecoder;153 private AttributeDecoder mMockedAttributeDecoder;186 mMockedAttributeDecoder = mock(AttributeDecoder.class); in setUp()