/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 153 mPendingIntent.send(); in testGetActivity() 183 mPendingIntent.send(); in pendingIntentSendError() 184 mPendingIntent.send(); in pendingIntentSendError() 198 mPendingIntent.send(); in testGetBroadcast() 268 pi.send(); in testUpdateCurrent() 279 pi.send(); in testUpdateCurrent() 288 pi.send(); in testUpdateCurrent() 304 mPendingIntent.send(); in testGetService() 336 mPendingIntent.send(mContext, 1, null, mFinish, null); in testStartServiceOnFinishedHandler() 353 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/tests/framework/base/windowmanager/backgroundactivity/AppB/src/android/server/wm/backgroundactivity/appb/ |
D | StartPendingIntentReceiver.java | 39 eventNotifier.send(Event.APP_B_START_PENDING_INTENT_BROADCAST_RECEIVED, null); in onReceive() 43 pendingIntent.send(); in onReceive()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2021_0521.java | 76 Parcel send = Parcel.obtain(); in testPocCVE_2021_0521() local 78 send.writeInterfaceToken(desciption); in testPocCVE_2021_0521() 79 if (pmsBinder.transact(code, send, reply, 0)) { in testPocCVE_2021_0521()
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | CloseSystemDialogsTestService.java | 121 FLAG_IMMUTABLE).send(); in postNotification() 125 receiver.send(RESULT_OK, null); in postNotification() 127 receiver.send(RESULT_SECURITY_EXCEPTION, null); in postNotification() 129 receiver.send(RESULT_ERROR, null); in postNotification()
|
/cts/apps/CameraITS/utils/ |
D | its_session_utils.py | 300 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 320 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 376 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 383 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 396 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 413 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 442 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 745 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 843 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 861 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) [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/securitybulletin/securityPatch/CVE-2016-10229/ |
D | poc.c | 90 pid_t send, recv; in main() local 95 if ((send = fork()) == 0) in main()
|
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/ |
D | LauncherCallbackTestsService.java | 93 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage() 101 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage() 109 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage() 117 msg.replyTo.send(Message.obtain(null, MSG_RESULT, in handleMessage()
|
/cts/tests/tests/hardware/res/raw/ |
D | sony_dualshock3_usb_lighttests.json | 14 // Dualshock 3 USB need to send a HID report to start working.
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | OutOfProcessActivity.java | 70 pendingIntent.send(); in onStart() 98 pendingIntent.send(this, 0, result); in notifyContentCaptureStatus()
|
/cts/tests/tests/permission3/UsePermissionApp22CalendarOnly/src/android/permission3/cts/usepermission/ |
D | CheckPermissionService.kt | 40 result.send(checkSelfPermission(permission), null) in onHandleIntent()
|
/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/tests/os/src/android/os/cts/ |
D | MessengerService.java | 35 msg.replyTo.send(reply);
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 151 : send a volume up command to the amp if present 154 : send a volume down command to the amp if present 157 : send a mute/unmute command to the amp if present 167 You can send CEC remote events using the `tx` command above. The format is as 175 (except `<command id>`, which requires 2 digits). Here, we want to send commands
|
/cts/tests/tests/wifi/CtsWifiLocationTestApp/src/android/net/wifi/cts/app/ |
D | TriggerScanAndReturnStatusService.java | 49 resultReceiver.send(succeeded ? 1 : 0, null); in onStartJob()
|
D | RetrieveTransportInfoAndReturnStatusService.java | 42 resultReceiver.send( in onStartJob()
|
D | RetrieveScanResultsAndReturnStatusService.java | 49 resultReceiver.send(succeeded ? 1 : 0, null); in onStartJob()
|
D | RetrieveConnectionInfoAndReturnStatusService.java | 49 resultReceiver.send(succeeded ? 1 : 0, null); in onStartJob()
|
/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/autofillservice/TestAutofillService/src/android/autofill/cts2/ |
D | QueryAutofillStatusActivity.java | 63 mPendingIntent.send(resultCode); in hasEnabledAutofillServicesAndFinish()
|
/cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/ |
D | AlertWindowService.java | 109 mOutgoingMessenger.send(Message.obtain(null, MSG_ON_ALERT_WINDOW_ADDED)); in addAlertWindow() 126 mOutgoingMessenger.send(Message.obtain(null, MSG_ON_ALERT_WINDOW_REMOVED)); in removeAlertWindow()
|
/cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/ |
D | AlarmReceiver.java | 39 onAlarm.send(); in onReceive()
|