Home
last modified time | relevance | path

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

123

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeIdPayloadTest.java108 IkeIdPayload payload = new IkeIdPayload(false, inputPacket, false); in testDecodeIpv4AddrIdPayload() local
121 IkeIdPayload payload = new IkeIdPayload(false, inputPacket, false); in testDecodeIpv6AddrIdPayload() local
133 IkeIdPayload payload = in testDecodeFqdnIdPayload() local
146 IkeIdPayload payload = in testDecodeRfc822AddrIdPayload() local
158 IkeIdPayload payload = in testDecodeKeyIdPayload() local
170 IkeIdPayload payload = in testDecodeDerAsn1DnIdPayload() local
209 IkeIdPayload payload = new IkeIdPayload(false, new IkeIpv4AddrIdentification(ipv4Address)); in testConstructAndEncodeIpv4AddrIdPayload() local
222 IkeIdPayload payload = new IkeIdPayload(false, new IkeIpv6AddrIdentification(ipv6Address)); in testConstructAndEncodeIpv6AddrIdPayload() local
234 IkeIdPayload payload = in testConstructAndEncodeFqdnIdPayload() local
246 IkeIdPayload payload = in testConstructAndEncodeRfc822AddrIdPayload() local
[all …]
DIkeNotifyPayloadTest.java67 IkeNotifyPayload payload = new IkeNotifyPayload(false, inputPacket); in testDecodeNotifyPayloadSpiUnset() local
79 IkeNotifyPayload payload = new IkeNotifyPayload(false, inputPacket); in testDecodeNotifyPayloadSpiSet() local
148 IkeNotifyPayload payload = new IkeNotifyPayload(false, inputPacket); in testEncodeNotifyPayload() local
164 IkeNotifyPayload payload = new IkeNotifyPayload(ERROR_TYPE_INVALID_KE_PAYLOAD, dhGroup); in testValidateAndBuildIkeExceptionWithData() local
176 IkeNotifyPayload payload = new IkeNotifyPayload(ERROR_TYPE_AUTHENTICATION_FAILED); in testValidateAndBuildIkeExceptionWithoutData() local
187 IkeNotifyPayload payload = new IkeNotifyPayload(unrecognizedType); in testValidateAndBuildUnrecognizedIkeException() local
198 IkeNotifyPayload payload = new IkeNotifyPayload(ERROR_TYPE_UNSUPPORTED_CRITICAL_PAYLOAD); in testValidateAndBuildIkeExceptionWithInvalidPayload() local
211 IkeNotifyPayload payload = new IkeNotifyPayload(false, inputPacket); in testBuildIkeExceptionWithStatusNotify() local
224 IkeNotifyPayload payload = new IkeNotifyPayload(ERROR_TYPE_AUTHENTICATION_FAILED); in testGetNotifyTypeString() local
232 IkeNotifyPayload payload = new IkeNotifyPayload(unrecognizedType); in testGetNotifyTypeStringForUnrecoginizedNotify() local
DIkeKePayloadTest.java119 IkeKePayload payload = new IkeKePayload(CRITICAL_BIT, inputPacket); in testDecodeIkeKePayload() local
139 IkeKePayload payload = new IkeKePayload(CRITICAL_BIT, inputPacket); in testDecodeIkeKePayloadWithInvalidKeData() local
148 IkeKePayload payload = new IkeKePayload(CRITICAL_BIT, inputPacket); in testEncodeIkeKePayload() local
160 IkeKePayload payload = in testGetIkeKePayload() local
DIkeSkfPayloadTest.java110 IkeSkfPayload payload = in decodeAndDecryptFragMsg() local
127 IkeSkfPayload payload = decodeAndDecryptFragMsg(message); in testDecode() local
189 IkeSkfPayload payload = decodeAndDecryptFragMsg(message); in testEncode() local
DIkeAuthDigitalSignPayloadTest.java99 IkeAuthPayload payload = IkeAuthPayload.getIkeAuthPayload(false, inputPacket); in testDecodeGenericDigitalSignPayload() local
134 IkeAuthDigitalSignPayload payload = in testVerifyInboundSignature() local
152 IkeAuthDigitalSignPayload payload = in testVerifyInboundSignatureFail() 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
DIkeSkPayloadTest.java92 IkeSkPayload payload = in testEncode() local
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/exceptions/
DIkeProtocolExceptionTest.java44 IkeNotifyPayload payload = exception.buildNotifyPayload(); in buildNotifyPayloadWithData() local
54 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/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java189 ByteBuffer payload = ByteBuffer.allocate(nestedPayload.length + 1); in createHandoverSelectRecord() local
209 ByteBuffer payload = ByteBuffer.allocate(nestedPayload.length + 1); in createHandoverRequestRecord() local
369 BluetoothHandoverData parseNokia(ByteBuffer payload) { in parseNokia()
393 BluetoothHandoverData parseBtOob(ByteBuffer payload) { in parseBtOob()
458 BluetoothHandoverData parseBleOob(ByteBuffer payload) { in parseBleOob()
556 private byte[] parseMacFromBluetoothRecord(ByteBuffer payload) { in parseMacFromBluetoothRecord()
589 private ParcelUuid[] parseUuidFromBluetoothRecord(ByteBuffer payload, int type, int len) { in parseUuidFromBluetoothRecord()
624 private BluetoothClass parseBluetoothClassFromBluetoothRecord(ByteBuffer payload) { in parseBluetoothClassFromBluetoothRecord()
/packages/services/Car/car-lib/src/android/car/vms/
DIVmsSubscriberClient.aidl29 void onVmsMessageReceived(in VmsLayer layer, in byte[] payload) = 0; in onVmsMessageReceived()
DVmsSubscriberManager.java69 void onVmsMessageReceived(@NonNull VmsLayer layer, byte[] payload); in onVmsMessageReceived()
292 private void dispatchOnReceiveMessage(VmsLayer layer, byte[] payload) { in dispatchOnReceiveMessage()
/packages/apps/Car/libs/connected-device-lib/proto/
Dble_packet.proto37 bytes payload = 4; field
Dble_device_message.proto38 bytes payload = 4; field
/packages/services/Car/service/proto/
Dble_message.proto29 bytes payload = 6; field
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeUnsupportedPayload.java36 IkeUnsupportedPayload(int payload, boolean critical) { in IkeUnsupportedPayload()
DIkePayloadFactory.java157 IkePayload payload = in getIkePayload() local
210 IkeSkPayload payload = in getIkeSkPayload() local
/packages/services/Car/service/src/com/android/car/trust/
DBLEMessageV1Factory.java116 private static BLEMessage makeBLEMessage(byte[] payload, OperationType operation, in makeBLEMessage()
137 public static List<BLEMessage> makeBLEMessages(byte[] payload, OperationType operation, in makeBLEMessages()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DResultPayloadUtils.java30 public static byte[] marshall(ResultPayload payload) { in marshall()
DSearchResult.java80 public final ResultPayload payload; field in SearchResult
163 public Builder setPayload(ResultPayload payload) { in setPayload()
/packages/apps/Nfc/src/com/android/nfc/
DNfcWifiProtectedSetup.java103 ByteBuffer payload = ByteBuffer.wrap(record.getPayload()); in parse() local
117 private static WifiConfiguration parseCredential(ByteBuffer payload, int size) { in parseCredential()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DMockedVmsTestBase.java174 public void onVmsMessageReceived(VmsLayer layer, byte[] payload) { in onVmsMessageReceived()
212 void sendMessage(int[] message, byte[] payload) { in sendMessage()
/packages/apps/Car/CompanionDeviceSupport/proto/
Dtrusted_device_message.proto63 bytes payload = 3; field

123