Searched refs:exchangeSubtype (Results 1 – 3 of 3) sorted by relevance
122 public List<IkePayload> getRequestPayloads(int exchangeSubtype) { in getRequestPayloads() argument125 switch (exchangeSubtype) { in getRequestPayloads()131 IkeSessionStateMachine.EXCHANGE_SUBTYPE_TO_STRING.get(exchangeSubtype); in getRequestPayloads()142 int exchangeSubtype, List<IkePayload> payloads) { in extract3gppResponsePayloads() argument145 switch (exchangeSubtype) { in extract3gppResponsePayloads()151 IkeSessionStateMachine.EXCHANGE_SUBTYPE_TO_STRING.get(exchangeSubtype); in extract3gppResponsePayloads()163 public void handle3gppResponsePayloads(int exchangeSubtype, List<IkePayload> ike3gppPayloads) in handle3gppResponsePayloads() argument167 switch (exchangeSubtype) { in handle3gppResponsePayloads()174 IkeSessionStateMachine.EXCHANGE_SUBTYPE_TO_STRING.get(exchangeSubtype); in handle3gppResponsePayloads()
497 @IkeExchangeSubType int exchangeSubtype, in receiveRequest()502 new ReceivedRequest(exchangeSubtype, exchangeType, payloadList)); in receiveRequest()618 @IkeExchangeSubType public final int exchangeSubtype; field in ChildSessionStateMachine.ReceivedRequest626 exchangeSubtype = eSubtype; in ReceivedRequest()1123 switch (req.exchangeSubtype) { in processStateMessage()1358 switch (req.exchangeSubtype) { in processStateMessage()1386 + req.exchangeSubtype)); in processStateMessage()1405 if (req.exchangeSubtype == IKE_EXCHANGE_SUBTYPE_DELETE_CHILD) { in processStateMessage()1463 if (req.exchangeSubtype == IKE_EXCHANGE_SUBTYPE_DELETE_CHILD) { in processStateMessage()1640 if (req.exchangeSubtype == IKE_EXCHANGE_SUBTYPE_REKEY_CHILD) { in processStateMessage()[all …]
2176 int exchangeSubtype, List<IkePayload> respPayloads) throws InvalidSyntaxException { in handle3gppRespAndExtractNonError3gppPayloads() argument2179 exchangeSubtype, respPayloads); in handle3gppRespAndExtractNonError3gppPayloads()2181 mIke3gppExtensionExchange.handle3gppResponsePayloads(exchangeSubtype, ike3gppPayloads); in handle3gppRespAndExtractNonError3gppPayloads()