Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp52 outMsg->body.key.eventId = msg.body.key.eventId; in sanitizeMessage()
54 outMsg->body.key.eventTime = msg.body.key.eventTime; in sanitizeMessage()
56 outMsg->body.key.deviceId = msg.body.key.deviceId; in sanitizeMessage()
58 outMsg->body.key.source = msg.body.key.source; in sanitizeMessage()
60 outMsg->body.key.displayId = msg.body.key.displayId; in sanitizeMessage()
62 outMsg->body.key.hmac = msg.body.key.hmac; in sanitizeMessage()
64 outMsg->body.key.action = msg.body.key.action; in sanitizeMessage()
66 outMsg->body.key.flags = msg.body.key.flags; in sanitizeMessage()
68 outMsg->body.key.keyCode = msg.body.key.keyCode; in sanitizeMessage()
70 outMsg->body.key.scanCode = msg.body.key.scanCode; in sanitizeMessage()
[all …]
/cts/tests/mediapc/src/android/mediapc/cts/
DKeyRequester.java185 mResponse.body); in sendRequest()
188 if (mResponse.body == null) { in sendRequest()
193 if (mResponse.body.length == 0) { in sendRequest()
196 mResponse.body); in sendRequest()
212 mResponse != null ? parseResponseBody(mResponse.body) : new byte[0]; in provideResponse()
287 if ((response.body == null) || (response.body.length == 0)) { in logLicensingResponse()
291 myResponse = Base64.encodeToString(response.body, Base64.NO_WRAP); in logLicensingResponse()
294 new String(response.body, "UTF-8")); in logLicensingResponse()
DProvisionRequester.java65 if (response.body == null) {
69 if (response.body.length == 0) {
73 mDrm.provideProvisionResponse(response.body);
DPost.java45 public final byte[] body; field in Post.Response
47 public Response(int code, byte[] body) { in Response() argument
49 this.body = body; in Response()
/cts/tests/tests/sax/src/android/sax/cts/
DElementTest.java76 public void end(String body) { in testParse()
77 assertEquals(NAMES[mNameIndex], body); in testParse()
111 public void end(String body) { in testParse()
112 assertEquals(JIM, body); in testParse()
/cts/tests/tests/uidmigration/src/android/uidmigration/cts/
DCommon.kt69 inline fun withStrategy(strategy: Int? = null, body: () -> Unit) { in withStrategy()
78 body.invoke() in withStrategy()
/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/testutil/
DAppSearchEmail.java206 public Builder setBody(@NonNull String body) { in setBody() argument
207 return setPropertyString(KEY_BODY, body); in setBody()
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DThreadsTest.java131 private Uri saveToTelephony(long threadId, String address, String body) { in saveToTelephony() argument
135 contentValues.put(Telephony.Sms.BODY, body); in saveToTelephony()
DMmsPartTest.java354 Uri partUri, long mmsId, String body, String name, String contentType) in insertIntoMmsPartTable() argument
365 values.put(Telephony.Mms.Part.TEXT, body); in insertIntoMmsPartTable()
374 private Uri insertIntoMmsPartTable(Uri mmsUri, Uri partUri, long mmsId, String body, in insertIntoMmsPartTable() argument
385 values.put(Telephony.Mms.Part.TEXT, body); in insertIntoMmsPartTable()
DMmsTest.java446 private Uri insertIntoMmsPartTable(Uri mmsUri, Uri partUri, long mmsId, String body) { in insertIntoMmsPartTable() argument
457 values.put(Telephony.Mms.Part.TEXT, body); in insertIntoMmsPartTable()
/cts/tests/tests/provider/src/android/provider/cts/
DSmsBackupRestoreTest.java213 private void addMms(boolean isTextOnly, String body, String subject, String[] addresses) { in addMms() argument
237 body = body + " Non text-only"; in addMms()
239 values.put(Telephony.Mms.Part.TEXT, body); in addMms()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DVisualVoicemailServiceTest.java566 String body = message.getMessageBody(); in onReceive() local
568 if ((body == null || (message.is3gpp() in onReceive()
578 body = decoder.decode(byteBuffer).toString(); in onReceive()
585 if (body != null) { in onReceive()
586 messageBody.append(body); in onReceive()
DMmsTest.java459 final PduBody body = new PduBody(); in buildPdu() local
462 final int size = addTextPart(body, text, true/* add text smil */); in buildPdu()
463 req.setBody(body); in buildPdu()
/cts/tools/utils/
Dmonsoon.py301 body = result[:-1]
302 checksum = (data_len + sum(struct.unpack("B" * len(body), body))) % 256
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py408 body = result[:-1]
409 checksum = (data_len + sum(struct.unpack("B" * len(body), body))) % 256
/cts/tests/tests/drm/src/android/drm/cts/
DDRMTest.java250 FileInputStream body = afd.createInputStream(); in testForwardLockAccess() local
251 sequence.add(body); in testForwardLockAccess()
/cts/apps/CtsVerifier/assets/report/
Dcompatibility_result.css16 body { selector
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh1376 X while (Int_Loc <= 2) /* loop body executed once */
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java1675 String body = String.valueOf(chars) + "the end."; in testPutLargeDocumentBatch() local
1682 .setPropertyString("body", body) in testPutLargeDocumentBatch()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt12048 field public static final String MESSAGE_BODY = "body";
Dcurrent.txt38034 field public static final String BODY = "body";