Home
last modified time | relevance | path

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

12

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyNotificationListenerService.java49 sender.send("content", notification.contentIntent); in onNotificationPosted()
52 sender.send("delete", notification.deleteIntent); in onNotificationPosted()
55 sender.send("full screen", notification.fullScreenIntent); in onNotificationPosted()
59 sender.send("action", action.actionIntent); in onNotificationPosted()
60 sender.send("action extras", action.getExtras()); in onNotificationPosted()
64 sender.send("remote input extras", remoteInput.getExtras()); in onNotificationPosted()
69 sender.send("notification extras", notification.extras); in onNotificationPosted()
81 private void send(String reason, PendingIntent pendingIntent) { in send() method in MyNotificationListenerService.PendingIntentSender
97 pendingIntent.send(); in send()
105 private void send(String reason, Bundle extras) { in send() method in MyNotificationListenerService.PendingIntentSender
[all …]
/cts/tests/app/src/android/app/cts/
DPendingIntentTest.java144 mPendingIntent.send(); in testGetActivity()
167 mPendingIntent.send(); in pendingIntentSendError()
168 mPendingIntent.send(); in pendingIntentSendError()
182 mPendingIntent.send(); in testGetBroadcast()
206 mPendingIntent.send(); in testGetService()
231 mPendingIntent.send(mContext, 1, null, mFinish, null); in testStartServiceOnFinishedHandler()
248 mPendingIntent.send(mContext, 1, null, mFinish, mHandler); in testStartServiceOnFinishedHandler()
266 mPendingIntent.send(); in testCancel()
274 pendingIntent.send(); in pendingIntentSendShouldFail()
289 mPendingIntent.send(); in testSend()
[all …]
DAlertWindowsTests.java123 mService.send(Message.obtain(null, MSG_REMOVE_ALL_ALERT_WINDOWS)); in tearDown()
167 mService.send(Message.obtain(null, MSG_ADD_ALERT_WINDOW)); in addAlertWindow()
175 mService.send(Message.obtain(null, MSG_REMOVE_ALERT_WINDOW)); in removeAlertWindow()
/cts/suite/audio_quality/lib/src/
DSignalProcessingImpl.cpp56 send((char*)terminationCommand, sizeof(terminationCommand)); in ~SignalProcessingImpl()
122 if (!send(mBuffer.getBuffer(), mBuffer.getSizeWritten())) { in run()
133 if (!send(mBuffer.getBuffer(), mBuffer.getSizeWritten())) { in run()
137 if (!send((*buffer)->getData(), dataLen)) { in run()
151 if (!send(mBuffer.getBuffer(), mBuffer.getSizeWritten())) { in run()
241 bool SignalProcessingImpl::send(const char* data, int len) in send() function in SignalProcessingImpl
DSignalProcessingImpl.h44 bool send(const char* data, int len);
DClientSocket.cpp144 sent = send(mSocket, (void*)data, (size_t)toSend, 0); in sendData()
/cts/apps/CameraITS/pymodules/its/
Ddevice.py277 self.sock.send(json.dumps(cmd) + "\n")
284 self.sock.send(json.dumps(cmd) + "\n")
307 self.sock.send(json.dumps(cmd) + "\n")
322 self.sock.send(json.dumps(cmd) + "\n")
350 self.sock.send(json.dumps(cmd) + "\n")
367 self.sock.send(json.dumps(cmd) + "\n")
381 self.sock.send(json.dumps(cmd) + "\n")
445 self.sock.send(json.dumps(cmd) + "\n")
714 self.sock.send(json.dumps(cmd) + "\n")
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java92 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
100 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
108 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
116 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
/cts/tests/tests/externalservice/service/src/android/externalservice/service/
DServiceCreator.java60 msg.replyTo.send(reply);
101 mReplyTo.send(msg); in onServiceConnected()
DBaseService.java61 msg.replyTo.send(reply); in handleMessage()
/cts/tests/app/app2/src/com/android/app2/
DAlertWindowService.java102 mOutgoingMessenger.send(Message.obtain(null, MSG_ON_ALERT_WINDOW_ADDED)); in addAlertWindow()
119 mOutgoingMessenger.send(Message.obtain(null, MSG_ON_ALERT_WINDOW_REMOVED)); in removeAlertWindow()
/cts/tests/tests/os/src/android/os/cts/
DMessengerService.java35 msg.replyTo.send(reply);
DResultReceiverTest.java34 sender.send(resultCode, bundle); in testResultReceiver()
DMessengerTest.java145 mMessenger.send(message); in testSend()
234 mServiceMessenger.send(msg); in executeTest()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTestService.java72 mOutputReceiver.send(data, offset, count, timestamp); in onSend()
DMidiEchoTest.java345 mc.echoInputPort.send(buffer, 0, 0, timestamp); // should be a NOOP in testEchoSmallMessage()
346 mc.echoInputPort.send(buffer, 0, buffer.length, timestamp); in testEchoSmallMessage()
347 mc.echoInputPort.send(buffer, 0, 0, timestamp); // should be a NOOP in testEchoSmallMessage()
389 mc.echoInputPort.send(buffer, 0, buffer.length, System.nanoTime()); in testEchoLatency()
443 mc.echoInputPort.send(buffer, 0, numData, timestamp); in testEchoMultipleMessages()
/cts/tests/tests/media/src/android/media/cts/
DMidiSoloTest.java177 myReceiver.send(bar, offset, count); in testMidiReceiverException()
191 myReceiver.send(bar, offset, count); in checkReceivedData()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java107 mClient.send(Message.obtain(null, MSG_NOTIFY_TEST_FAILURE, failingTest, 0, null)); in notifyClientOfFailure()
115 mClient.send(Message.obtain(null, MSG_NOTIFY_TEST_SUCCESS)); in notifyClientOfSuccess()
DServiceRunnerActivity.java88 mService.send(msg);
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java102 msg.replyTo.send(Message.obtain(null, MSG_RESULT, result in handleMessage()
116 msg.replyTo.send(Message.obtain(null, MSG_RESULT, result in handleMessage()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DErrorLoggingService.java132 elem.second.send(m); in sendMessages()
503 service.send(m); in log()
595 service.send(m); in retrieveLog()
/cts/tests/tests/os/assets/minijail/
Disolated-arm.policy56 send: 1
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DActivityTransitionActivity.java181 mResultReceiver.send(RESULT_OK, result); in startTest()
281 mResultReceiver.send(RESULT_OK, data); in onTransitionEnd()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileWidgetPrimaryUserTest.java106 mService.send(message); in sendMessageToCallbacksService()
/cts/tests/tests/externalservice/src/android/externalservice/cts/
DExternalServiceTest.java189 remoteCreator.send(creatorMsg); in testBindExternalServiceWithRunningOwn()
316 service.send(msg); in identifyService()

12