Home
last modified time | relevance | path

Searched refs:ReceivedCreateResponse (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java570 new ReceivedCreateResponse(exchangeType, payloadList, spi)); in receiveResponse()
701 private static class ReceivedCreateResponse extends ReceivedResponse { class in ChildSessionStateMachine
704 ReceivedCreateResponse(@ExchangeType int eType, List<IkePayload> respPayloads, int spi) { in ReceivedCreateResponse() method in ChildSessionStateMachine.ReceivedCreateResponse
715 private static class FirstChildNegotiationData extends ReceivedCreateResponse {
1140 ReceivedCreateResponse rcvResp = (ReceivedCreateResponse) message.obj; in processStateMessage()
1600 ReceivedCreateResponse resp = (ReceivedCreateResponse) message.obj; in processStateMessage()