/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/ |
D | LockPlaybackControllerTestPlayerListener.java | 80 .send(); in onEventsMediaItemTransition() 90 .send(); in onEventsMediaItemTransition() 99 .send(); in onEventsMediaItemTransition() 108 .send(); in onEventsMediaItemTransition()
|
D | PipModeTestPlayerListener.java | 59 .send(); in onEventsMediaItemTransition() 71 .send(); in onEventsMediaItemTransition()
|
D | SplitScreenTestPlayerListener.java | 60 .send(); in onEventsMediaItemTransition() 73 .send(); in onEventsMediaItemTransition()
|
D | DeviceLockTestPlayerListener.java | 80 .send(); in onEventsMediaItemTransition() 89 .send(); in onEventsMediaItemTransition()
|
/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 164 mPendingIntent.send(ActivityOptions.makeBasic() in testGetActivity() 231 mPendingIntent.send(ActivityOptions.makeBasic() in testGetActivities() 292 mPendingIntent.send(); in pendingIntentSendError() 293 mPendingIntent.send(); in pendingIntentSendError() 307 mPendingIntent.send(); in testGetBroadcast() 404 pi.send(); in testUpdateCurrent() 415 pi.send(); in testUpdateCurrent() 424 pi.send(); in testUpdateCurrent() 440 mPendingIntent.send(); in testGetService() 499 mPendingIntent.send(mContext, 1, null, mFinish, null); in testStartServiceOnFinishedHandler() [all …]
|
/cts/tests/credentials/src/android/credentials/cts/unittests/selection/ |
D | ResultHelperTest.java | 66 verify(resultReceiver).send(eq(/*RESULT_CODE_DATA_PARSING_FAILURE*/3), in sendUiFailure() 81 verify(resultReceiver).send(eq(/*RESULT_CODE_DATA_PARSING_FAILURE*/3), in sendFailure_nullMessage() 97 verify(resultReceiver).send(eq(/*RESULT_CODE_DIALOG_USER_CANCELED*/0), in sendUserCancelFailure() 113 verify(resultReceiver).send(eq(/*RESULT_CODE_CANCELED_AND_LAUNCHED_SETTINGS*/1), in sendCancelAndLaunchSettingsFailure() 131 verify(resultReceiver).send(eq(/*RESULT_CODE_DIALOG_COMPLETE_WITH_SELECTION*/2), in sendUserSelectionResult()
|
/cts/apps/CameraITS/utils/ |
D | its_session_utils.py | 446 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 485 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 508 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 566 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 573 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 597 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 612 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 634 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 651 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) 680 self.sock.send(json.dumps(cmd).encode() + '\n'.encode()) [all …]
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2021_0521.java | 77 Parcel send = Parcel.obtain(); in testPocCVE_2021_0521() local 79 send.writeInterfaceToken(desciption); in testPocCVE_2021_0521() 80 if (pmsBinder.transact(code, send, reply, 0)) { in testPocCVE_2021_0521()
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | CloseSystemDialogsTestService.java | 122 FLAG_IMMUTABLE).send(); in postNotification() 126 receiver.send(RESULT_OK, null); in postNotification() 128 receiver.send(RESULT_SECURITY_EXCEPTION, null); in postNotification() 130 receiver.send(RESULT_ERROR, null); in postNotification()
|
/cts/tests/tests/selinux/common/jni/ |
D | android_security_SELinuxTargetSdkTest.cpp | 58 int ret = send(sock, &request, sizeof(request), 0); in checkNetlinkRouteGetlink() 95 int ret = send(sock, &request, sizeof(request), 0); in checkNetlinkRouteGetneigh() 102 ret = send(sock, &request, sizeof(request), 0); in checkNetlinkRouteGetneigh()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | ProvisionRequester.java | 59 final Post.Response response = post.send(); 80 public void send() { in send() method in ProvisionRequester
|
D | KeyRequester.java | 127 new ProvisionRequester(mDrm).send(); in getKeyRequest() 136 public byte[] send() throws Exception { in send() method in KeyRequester 137 return send(getKeyRequest()); in send() 140 public byte[] send(MediaDrm.KeyRequest request) throws Exception { in send() method in KeyRequester 177 mResponse = post.send(); in sendRequest()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | SessionChannel.kt | 44 send(Bundle().apply { in <lambda>() 55 fun send(bundle: Bundle): Boolean { in <lambda>() method
|
/cts/tests/tests/libcorefileio/src/android/cts/ |
D | LockHoldingService.java | 188 msg.replyTo.send(rsp); in notifyLockHeld() 198 msg.replyTo.send(rsp); in notifyLockReleased() 206 msg.replyTo.send(rsp); in prepareForShutdown()
|
/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/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/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/app/app/src/android/app/stubs/ |
D | DisplayEventActivity.java | 97 mMessenger.send(msg); in launched() 110 mMessenger.send(msg); in callback()
|
/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/process/src/android/os/cts/process/helper/ |
D | BaseApplication.java | 42 BroadcastMessenger.send(this, Consts.TAG, m); in sendBackApplicationCreated()
|
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/ |
D | StartNextMatchingActivity.java | 34 receiver.send(CommonComponents.Event.APP_A_LAUNCHER_MOVING_TO_BACKGROUND_ACTIVITY, null); in onCreate()
|
/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 | RetrieveTransportInfoAndReturnStatusService.java | 44 resultReceiver.send( in onStartJob()
|