Searched refs:CONFIG_TYPE_REQUEST (Results 1 – 3 of 3) sorted by relevance
100 @IntDef({CONFIG_TYPE_REQUEST, CONFIG_TYPE_REPLY})104 public static final int CONFIG_TYPE_REQUEST = 1; field in IkeConfigPayload131 this.configType = isReply ? CONFIG_TYPE_REPLY : CONFIG_TYPE_REQUEST; in IkeConfigPayload()1272 case CONFIG_TYPE_REQUEST: in getTypeString()
31 import static com.android.internal.net.ipsec.test.ike.message.IkeConfigPayload.CONFIG_TYPE_REQUEST;216 verifyDecodeHeaderAndGetPayload(payload, CONFIG_TYPE_REQUEST); in testDecodeConfigRequest()337 assertEquals(CONFIG_TYPE_REQUEST, configPayload.configType); in testBuildAndEncodeOutboundConfig()
589 assertEquals(IkeConfigPayload.CONFIG_TYPE_REQUEST, configPayload.configType); in verifyOutboundCreatePayloadTypes()