Home
last modified time | relevance | path

Searched defs:payload (Results 1 – 25 of 101) sorted by relevance

12345

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeIdPayloadTest.java110 IkeIdPayload payload = new IkeIdPayload(false, inputPacket, false); in testDecodeIpv4AddrIdPayload() local
123 IkeIdPayload payload = new IkeIdPayload(false, inputPacket, false); in testDecodeIpv6AddrIdPayload() local
135 IkeIdPayload payload = in testDecodeFqdnIdPayload() local
148 IkeIdPayload payload = in testDecodeRfc822AddrIdPayload() local
160 IkeIdPayload payload = in testDecodeKeyIdPayload() local
172 IkeIdPayload payload = in testDecodeDerAsn1DnIdPayload() local
211 IkeIdPayload payload = new IkeIdPayload(false, new IkeIpv4AddrIdentification(ipv4Address)); in testConstructAndEncodeIpv4AddrIdPayload() local
224 IkeIdPayload payload = new IkeIdPayload(false, new IkeIpv6AddrIdentification(ipv6Address)); in testConstructAndEncodeIpv6AddrIdPayload() local
236 IkeIdPayload payload = in testConstructAndEncodeFqdnIdPayload() local
248 IkeIdPayload payload = in testConstructAndEncodeRfc822AddrIdPayload() local
[all …]
DIkeNotifyPayloadTest.java102 IkeNotifyPayload payload = new IkeNotifyPayload(false, inputPacket); in testDecodeNotifyPayloadSpiUnset() local
114 IkeNotifyPayload payload = new IkeNotifyPayload(false, inputPacket); in testDecodeNotifyPayloadSpiSet() local
229 IkeNotifyPayload payload = new IkeNotifyPayload(false, inputPacket); in testEncodeNotifyPayload() local
245 IkeNotifyPayload payload = new IkeNotifyPayload(ERROR_TYPE_INVALID_KE_PAYLOAD, dhGroup); in testValidateAndBuildIkeExceptionWithData() local
275 IkeNotifyPayload payload = new IkeNotifyPayload(errorType); in verifyValidateAndBuildIkeExceptionWithoutData() local
368 IkeNotifyPayload payload = new IkeNotifyPayload(unrecognizedType); in testValidateAndBuildUnrecognizedIkeException() local
379 IkeNotifyPayload payload = new IkeNotifyPayload(ERROR_TYPE_UNSUPPORTED_CRITICAL_PAYLOAD); in testValidateAndBuildIkeExceptionWithInvalidPayload() local
392 IkeNotifyPayload payload = new IkeNotifyPayload(false, inputPacket); in testBuildIkeExceptionWithStatusNotify() local
405 IkeNotifyPayload payload = new IkeNotifyPayload(ERROR_TYPE_AUTHENTICATION_FAILED); in testGetNotifyTypeString() local
413 IkeNotifyPayload payload = new IkeNotifyPayload(unrecognizedType); in testGetNotifyTypeStringForUnrecoginizedNotify() local
DIkeAuthDigitalSignPayloadTest.java116 IkeAuthPayload payload = IkeAuthPayload.getIkeAuthPayload(false, inputPacket); in testDecodeGenericDigitalSignPayload() local
188 IkeAuthDigitalSignPayload payload = in testVerifyInboundSignature() local
206 IkeAuthDigitalSignPayload payload = in testVerifyInboundSignatureFail() local
245 IkeNotifyPayload payload = in testGetSignatureHashAlgorithmsFromIkeNotifyPayload() local
265 IkeNotifyPayload payload = new IkeNotifyPayload(IkeNotifyPayload.NOTIFY_TYPE_REKEY_SA); in testGetSignatureHashAlgorithmsFromIkeNotifyPayloadWrongType() local
272 IkeNotifyPayload payload = in testGetSignatureHashAlgorithmsFromIkeNotifyPayloadMalformatted() local
DIkeKePayloadTest.java106 IkeKePayload payload = new IkeKePayload(CRITICAL_BIT, inputPacket); in testDecodeIkeKePayload() local
126 IkeKePayload payload = new IkeKePayload(CRITICAL_BIT, inputPacket); in testDecodeIkeKePayloadWithInvalidKeData() local
135 IkeKePayload payload = new IkeKePayload(CRITICAL_BIT, inputPacket); in testEncodeIkeKePayload() local
147 IkeKePayload payload = in testGetIkeKePayload() local
242 IkeKePayload payload = in testGetIkeCurveKePayload() local
DIkeSkfPayloadTest.java110 IkeSkfPayload payload = in decodeAndDecryptFragMsg() local
127 IkeSkfPayload payload = decodeAndDecryptFragMsg(message); in testDecode() local
189 IkeSkfPayload payload = decodeAndDecryptFragMsg(message); in testEncode() local
DIkeAuthPayloadTest.java98 IkeAuthPayload payload = IkeAuthPayload.getIkeAuthPayload(false, inputPacket); in testDecodeIkeAuthPayload() local
113 IkeAuthPayload payload = IkeAuthPayload.getIkeAuthPayload(false, inputPacket); in testDecodeIkeAuthPayloadWithUnsupportedMethod() local
DIkeNoncePayloadTest.java40 IkeNoncePayload payload = new IkeNoncePayload(false, inputPacket); in testEncode() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DANQPParser.java58 public static ANQPElement parseElement(Constants.ANQPElementType infoID, ByteBuffer payload) in parseElement()
92 ByteBuffer payload) throws ProtocolException { in parseHS20Element()
120 private static ANQPElement parseVendorSpecificElement(ByteBuffer payload) in parseVendorSpecificElement()
DRawByteElement.java31 public RawByteElement(Constants.ANQPElementType infoID, byte[] payload) { in RawByteElement()
42 public static RawByteElement parse(Constants.ANQPElementType infoID, ByteBuffer payload) { in parse()
DCellularNetwork.java79 public static CellularNetwork parse(ByteBuffer payload) throws ProtocolException { in parse()
150 private static String parsePlmn(ByteBuffer payload) { in parsePlmn()
DOsuProviderInfo.java105 public static OsuProviderInfo parse(ByteBuffer payload) in parse()
265 private static List<I18Name> parseI18Names(ByteBuffer payload) throws ProtocolException { in parseI18Names()
294 private static ByteBuffer getSubBuffer(ByteBuffer payload, int length) { in getSubBuffer()
DGenericBlobElement.java13 public GenericBlobElement(Constants.ANQPElementType infoID, ByteBuffer payload) { in GenericBlobElement()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DByteBufferReader.java46 public static long readInteger(ByteBuffer payload, ByteOrder byteOrder, int size) { in readInteger()
79 public static String readString(ByteBuffer payload, int length, Charset charset) { in readString()
94 public static String readStringWithByteLength(ByteBuffer payload, Charset charset) { in readStringWithByteLength()
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/exceptions/
DIkeProtocolExceptionTest.java42 IkeNotifyPayload payload = exception.buildNotifyPayload(); in buildNotifyPayloadWithData() local
52 IkeNotifyPayload payload = exception.buildNotifyPayload(); in buildNotifyPayloadWithoutData() local
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DImageProcessorListener.java47 TaskImageContainer.CompressedPayload payload); in onResultCompressed()
56 TaskImageContainer.UncompressedPayload payload); in onResultUncompressed()
DImageProcessorProxyListener.java162 TaskImageContainer.CompressedPayload payload) { in onResultCompressed()
174 TaskImageContainer.UncompressedPayload payload) { in onResultUncompressed()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java83 public final Payload payload; field in PacketUtils.IpHeader
85 public IpHeader(int proto, InetAddress src, InetAddress dst, Payload payload) { in IpHeader()
100 public Ip4Header(int proto, Inet4Address src, Inet4Address dst, Payload payload) { in Ip4Header()
169 public Ip6Header(int nextHeader, Inet6Address src, Inet6Address dst, Payload payload) { in Ip6Header()
209 public final byte[] payload; field in PacketUtils.BytePayload
211 public BytePayload(byte[] payload) { in BytePayload()
239 public final Payload payload; field in PacketUtils.UdpHeader
241 public UdpHeader(int srcPort, int dstPort, Payload payload) { in UdpHeader()
320 public final byte[] payload; field in PacketUtils.EspHeader
330 public EspHeader(int nextHeader, int spi, int seqNum, byte[] key, byte[] payload) { in EspHeader()
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java188 ByteBuffer payload = ByteBuffer.allocate(nestedPayload.length + 1); in createHandoverSelectRecord() local
208 ByteBuffer payload = ByteBuffer.allocate(nestedPayload.length + 1); in createHandoverRequestRecord() local
368 BluetoothHandoverData parseNokia(ByteBuffer payload) { in parseNokia()
392 BluetoothHandoverData parseBtOob(ByteBuffer payload) { in parseBtOob()
457 BluetoothHandoverData parseBleOob(ByteBuffer payload) { in parseBleOob()
553 private byte[] parseMacFromBluetoothRecord(ByteBuffer payload) { in parseMacFromBluetoothRecord()
586 private ParcelUuid[] parseUuidFromBluetoothRecord(ByteBuffer payload, int type, int len) { in parseUuidFromBluetoothRecord()
621 private BluetoothClass parseBluetoothClassFromBluetoothRecord(ByteBuffer payload) { in parseBluetoothClassFromBluetoothRecord()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java123 public final Payload payload; field in PacketUtils.IpHeader
125 public IpHeader(int proto, InetAddress src, InetAddress dst, Payload payload) { in IpHeader()
140 public Ip4Header(int proto, Inet4Address src, Inet4Address dst, Payload payload) { in Ip4Header()
209 public Ip6Header(int nextHeader, Inet6Address src, Inet6Address dst, Payload payload) { in Ip6Header()
249 public final byte[] payload; field in PacketUtils.BytePayload
251 public BytePayload(byte[] payload) { in BytePayload()
279 public final Payload payload; field in PacketUtils.UdpHeader
281 public UdpHeader(int srcPort, int dstPort, Payload payload) { in UdpHeader()
359 public final byte[] payload; field in PacketUtils.EspHeader
371 public EspHeader(int nextHeader, int spi, int seqNum, byte[] key, byte[] payload) { in EspHeader()
[all …]
/packages/services/Car/service/proto/
Dble_device_message.proto22 bytes payload = 4; field
Dble_packet.proto21 bytes payload = 4; field
Dble_message.proto29 bytes payload = 6; field
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DEAPMethod.java56 public static EAPMethod parse(ByteBuffer payload) throws ProtocolException { in parse()
85 private static AuthParam parseAuthParam(ByteBuffer payload) throws ProtocolException { in parseAuthParam()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeUnsupportedPayload.java36 IkeUnsupportedPayload(int payload, boolean critical) { in IkeUnsupportedPayload()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchResult.java80 public final ResultPayload payload; field in SearchResult
163 public Builder setPayload(ResultPayload payload) { in setPayload()

12345