Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmailTest.java109 mEmail.send(msg); in testSendInval_destination()
122 mEmail.send(msg); in testSendInval_subject()
135 mEmail.send(msg); in testSendInval_body()
148 mEmail.send(msg); in testSend_simple()
168 mEmail.send(msg); in testSend_htmlEmail()
183 mEmail.send(msg); in testSend_emptySubject()
192 mEmail.send(msg); in testSend_emptyBody()
232 mailer.send(msg); in _manual_testFuncSend()
/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DTerribleFailureEmailHandlerTest.java61 mMockEmail.send(EasyMock.<Message>anyObject()); in testOnTerribleFailure()
75 mMockEmail.send(EasyMock.<Message> anyObject()); in testOnTerribleFailure_catchesIllegalArgumentException()
92 mMockEmail.send(EasyMock.<Message> anyObject()); in testOnTerribleFailure_catchesIOException()
117 mMockEmail.send(EasyMock.<Message>anyObject()); in testOnTerribleFailure_adjacentFailures()
136 mMockEmail.send(EasyMock.<Message>anyObject()); in testOnTerribleFailure_notAdjacentFailures()
137 mMockEmail.send(EasyMock.<Message>anyObject()); in testOnTerribleFailure_notAdjacentFailures()
/tools/tradefederation/core/src/com/android/tradefed/util/
DBulkEmailer.java82 email.send(msg); in sendEmails()
87 email.send(msg); in sendEmails()
DIEmail.java43 public void send(Message msg) throws IllegalArgumentException, IOException; in send() method
DEmail.java96 public void send(Message msg) throws IllegalArgumentException, IOException { in send() method in Email
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DSCPP_PTS_INSTRUCTIONS42 From nordic send a write command to the Scan Refresh Characteristic of any text value.
54 From nordic send a write command to the Scan Refresh Characteristic of any text value.
DSM_PTS_INSTRUCTIONS115 Need to be able to send security request via cmd line
DGAP_PTS_INSTRUCTIONS396 Note: PTS LIES, send GATT_SUCCESS
/tools/tradefederation/core/prod-tests/tests/src/com/android/continuous/
DSmokeTestFailureReporterTest.java64 mMailer.send(EasyMock.capture(msgCapture)); in testSingleFail()
111 mMailer.send(EasyMock.capture(msgCapture)); in testTwoPassOneFail()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpMultipartPostTest.java69 testPost.send(); in testSendRequest()
/tools/tradefederation/core/src/com/android/tradefed/util/net/
DHttpMultipartPost.java118 public void send() throws IOException, DataSizeException { in send() method in HttpMultipartPost
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py93 self._sock.send(querytoSend)
116 self._sock.send(cmdToSend)
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DEmailHostHealthAgent.java94 mMailer.send(msg); in flush()
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino85 // send the same message back
/tools/tradefederation/core/src/com/android/tradefed/log/
DTerribleFailureEmailHandler.java220 mMailer.send(msg); in onTerribleFailure()
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt86 of address called an "anycast address" is defined, used to send
353 unrecognized by the node, it should discard the packet and send an
489 packet's Destination Address was a multicast address, send an
494 Address was not a multicast address, send an ICMP Parameter
684 send an ICMP Parameter Problem, Code 0, message to the packet's
690 must discard the packet and send an ICMP Packet Too Big message to
852 send an ICMP Parameter Problem, Code 0, message to the Source
861 send an ICMP Parameter Problem, Code 0, message to the Source
877 send an ICMP Time Exceeded -- Hop Limit Exceeded in
961 The Fragment header is used by an IPv6 source to send a packet larger
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/
DEmailResultReporter.java322 mMailer.send(msg); in invocationEnded()