Searched refs:CONFIG_TYPE_REPLY (Results 1 – 6 of 6) sorted by relevance
100 @IntDef({CONFIG_TYPE_REQUEST, CONFIG_TYPE_REPLY})105 public static final int CONFIG_TYPE_REPLY = 2; field in IkeConfigPayload123 if (configType == CONFIG_TYPE_REPLY) { in IkeConfigPayload()131 this.configType = isReply ? CONFIG_TYPE_REPLY : CONFIG_TYPE_REQUEST; in IkeConfigPayload()1274 case CONFIG_TYPE_REPLY: in getTypeString()
89 if (configPayload.configType != IkeConfigPayload.CONFIG_TYPE_REPLY) { in IkeSessionConfiguration()
80 if (configPayload.configType != IkeConfigPayload.CONFIG_TYPE_REPLY) { in ChildSessionConfiguration()
30 import static com.android.internal.net.ipsec.test.ike.message.IkeConfigPayload.CONFIG_TYPE_REPLY;256 verifyDecodeHeaderAndGetPayload(payload, CONFIG_TYPE_REPLY); in testDecodeConfigResponse()
900 || configPayload.configType != IkeConfigPayload.CONFIG_TYPE_REPLY) { in buildChildSessionConfigFromResp()
30 import static com.android.internal.net.ipsec.ike.message.IkeConfigPayload.CONFIG_TYPE_REPLY;3631 } else if (configPayload.configType != CONFIG_TYPE_REPLY) { in buildIkeSessionConfiguration()