Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessage.java152 int currentPayloadType = firstPayloadType; in decodePayloadList() local
164 while (currentPayloadType != IkePayload.PAYLOAD_TYPE_NO_NEXT) { in decodePayloadList()
166 IkePayloadFactory.getIkePayload(currentPayloadType, isResp, inputBuffer); in decodePayloadList()
184 currentPayloadType = pair.second; in decodePayloadList()