/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | MyNotificationListenerService.java | 50 sender.send("content", notification.contentIntent); in onNotificationPosted() 53 sender.send("delete", notification.deleteIntent); in onNotificationPosted() 56 sender.send("full screen", notification.fullScreenIntent); in onNotificationPosted() 60 sender.send("action", action.actionIntent); in onNotificationPosted() 61 sender.send("action extras", action.getExtras()); in onNotificationPosted() 65 sender.send("remote input extras", remoteInput.getExtras()); in onNotificationPosted() 70 sender.send("notification extras", notification.extras); in onNotificationPosted() 87 private void send(String reason, PendingIntent pendingIntent) { in send() method in MyNotificationListenerService.PendingIntentSender 103 pendingIntent.send(); in send() 111 private void send(String reason, Bundle extras) { in send() method in MyNotificationListenerService.PendingIntentSender [all …]
|
/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 149 mPendingIntent.send(); in testGetActivity() 172 mPendingIntent.send(); in pendingIntentSendError() 173 mPendingIntent.send(); in pendingIntentSendError() 187 mPendingIntent.send(); in testGetBroadcast() 250 pi.send(); in testUpdateCurrent() 261 pi.send(); in testUpdateCurrent() 269 pi.send(); in testUpdateCurrent() 285 mPendingIntent.send(); in testGetService() 310 mPendingIntent.send(mContext, 1, null, mFinish, null); in testStartServiceOnFinishedHandler() 327 mPendingIntent.send(mContext, 1, null, mFinish, mHandler); in testStartServiceOnFinishedHandler() [all …]
|
/cts/suite/audio_quality/lib/src/ |
D | SignalProcessingImpl.cpp | 56 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
|
D | SignalProcessingImpl.h | 44 bool send(const char* data, int len);
|
/cts/apps/CameraITS/pymodules/its/ |
D | device.py | 288 self.sock.send(json.dumps(cmd) + "\n") 295 self.sock.send(json.dumps(cmd) + "\n") 318 self.sock.send(json.dumps(cmd) + "\n") 331 self.sock.send(json.dumps(cmd) + "\n") 347 self.sock.send(json.dumps(cmd) + "\n") 375 self.sock.send(json.dumps(cmd) + "\n") 392 self.sock.send(json.dumps(cmd) + "\n") 406 self.sock.send(json.dumps(cmd) + "\n") 440 self.sock.send(json.dumps(cmd) + "\n") 461 self.sock.send(json.dumps(cmd) + "\n") [all …]
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | TestProcessService.java | 71 msg.replyTo.send(m); in handleMessage() 79 msg.replyTo.send(Message.obtain(null, REPLY_OK)); in handleMessage()
|
D | TestProcessClient.java | 108 mService.send(m); in run() 131 mService.send(Message.obtain(null, TestProcessService.MSG_EXIT_PROCESS)); in close()
|
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/ |
D | LauncherCallbackTestsService.java | 92 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/net/src/android/net/cts/ |
D | IpSecBaseTest.java | 111 void send(byte[] data) throws Exception; in send() method 139 public void send(byte[] data) throws Exception { in send() method in IpSecBaseTest.NativeSocket 234 public void send(byte[] data) throws Exception { in send() method in IpSecBaseTest.JavaUdpSocket 235 mSocket.send(new DatagramPacket(data, data.length)); in send() 240 mSocket.send(new DatagramPacket(data, data.length, dstAddr, port)); in sendTo() 287 public void send(byte[] data) throws Exception { in send() method in IpSecBaseTest.JavaTcpSocket 429 left.send(TEST_DATA); in checkSocketPair() 432 right.send(TEST_DATA); in checkSocketPair()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-10229/ |
D | poc.c | 90 pid_t send, recv; in main() local 95 if ((send = fork()) == 0) in main()
|
/cts/tests/tests/externalservice/service/src/android/externalservice/service/ |
D | ServiceCreator.java | 68 msg.replyTo.send(reply); 109 mReplyTo.send(msg); in onServiceConnected()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | AlertWindowsImportanceTests.java | 109 mService.send(Message.obtain(null, AlertWindowService.MSG_REMOVE_ALL_ALERT_WINDOWS)); in tearDown() 158 mService.send(Message.obtain(null, AlertWindowService.MSG_ADD_ALERT_WINDOW)); in addAlertWindow() 166 mService.send(Message.obtain(null, AlertWindowService.MSG_REMOVE_ALERT_WINDOW)); in removeAlertWindow()
|
/cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/ |
D | AlertWindowService.java | 102 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/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/ |
D | StartPendingIntentReceiver.java | 35 pendingIntent.send(); in onReceive()
|
/cts/tests/tests/midi/src/android/midi/cts/ |
D | MidiEchoTest.java | 328 mc.echoInputPort.send(buffer, 0, 0, timestamp); // should be a NOOP in testEchoSmallMessage() 329 mc.echoInputPort.send(buffer, 0, buffer.length, timestamp); in testEchoSmallMessage() 330 mc.echoInputPort.send(buffer, 0, 0, timestamp); // should be a NOOP in testEchoSmallMessage() 372 mc.echoInputPort.send(buffer, 0, buffer.length, System.nanoTime()); in testEchoLatency() 426 mc.echoInputPort.send(buffer, 0, numData, timestamp); in testEchoMultipleMessages()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | MessengerService.java | 35 msg.replyTo.send(reply);
|
D | ResultReceiverTest.java | 34 sender.send(resultCode, bundle); in testResultReceiver()
|
D | MessengerTest.java | 100 mMessenger.send(message); in testSend() 189 mServiceMessenger.send(msg); in executeTest()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | ActivityTransitionActivity.java | 159 mResultReceiver.send(RESULT_OK, result); in sendResult() 284 mResultReceiver.send(RESULT_OK, result); in finish() 313 mResultReceiver.send(RESULT_OK, data); in onTransitionEnd()
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp22/src/com/android/cts/usepermission/ |
D | PermissionCheckerService.java | 53 result.send(checkSelfPermission(permission), null); in onHandleIntent()
|
/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/ |
D | IsolatedService.java | 47 msg.replyTo.send(Message.obtain(null, MSG_SECCOMP_RESULT, result, 0)); in handleMessage()
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
D | PermissionTestService.java | 108 mClient.send(Message.obtain(null, MSG_NOTIFY_TEST_FAILURE, failingTest, 0, null)); in notifyClientOfFailure() 116 mClient.send(Message.obtain(null, MSG_NOTIFY_TEST_SUCCESS)); in notifyClientOfSuccess()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MidiSoloTest.java | 179 myReceiver.send(bar, offset, count); in testMidiReceiverException() 193 myReceiver.send(bar, offset, count); in checkReceivedData()
|
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/ |
D | AlarmReceiver.java | 39 onAlarm.send(); in onReceive()
|
/cts/hostsidetests/devicepolicy/app/MeteredDataTestApp/src/com/android/cts/devicepolicy/metereddatatestapp/ |
D | MainActivity.java | 54 callbackMessenger.send(Message.obtain(null, in notifyNetworkStateCallback()
|