Searched refs:isReply (Results 1 – 1 of 1) sorted by relevance
129 public IkeConfigPayload(boolean isReply, List<ConfigAttribute> attributeList) { in IkeConfigPayload() argument131 this.configType = isReply ? CONFIG_TYPE_REPLY : CONFIG_TYPE_REQUEST; in IkeConfigPayload()