Home
last modified time | relevance | path

Searched refs:body (Results 1 – 13 of 13) 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/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/telephonyprovider/src/android/telephonyprovider/cts/
DThreadsTest.java128 private Uri saveToTelephony(long threadId, String address, String body) { in saveToTelephony() argument
132 contentValues.put(Telephony.Sms.BODY, body); in saveToTelephony()
DMmsPartTest.java195 private Uri insertIntoMmsPartTable(Uri mmsUri, Uri partUri, long mmsId, String body, in insertIntoMmsPartTable() argument
206 values.put(Telephony.Mms.Part.TEXT, body); in insertIntoMmsPartTable()
DMmsTest.java440 private Uri insertIntoMmsPartTable(Uri mmsUri, Uri partUri, long mmsId, String body) { in insertIntoMmsPartTable() argument
451 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/
DMmsTest.java263 final PduBody body = new PduBody(); in buildPdu() local
266 final int size = addTextPart(body, text, true/* add text smil */); in buildPdu()
267 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/apps/CameraITS/build/scripts/
Dgpylint_rcfile195 # Maximum number of branch for function / method body
198 # Maximum number of locals for function / method body
207 # Maximum number of return / yield for function / method body
210 # Maximum number of statements in function / method body
242 # Allow the body of an if to be on the same line as the test if there is no
/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 */