Searched refs:AttributeDecoder (Results 1 – 2 of 2) sorted by relevance
934 interface AttributeDecoder { interface in IkeSaPayload977 private static AttributeDecoder sAttributeDecoder = new AttributeDecoderImpl();1043 private static class AttributeDecoderImpl implements AttributeDecoder {1061 static void setAttributeDecoder(AttributeDecoder decoder) { in setAttributeDecoder()
50 import com.android.internal.net.ipsec.ike.message.IkeSaPayload.AttributeDecoder;144 private AttributeDecoder mMockedAttributeDecoder;177 mMockedAttributeDecoder = mock(AttributeDecoder.class); in setUp()