Home
last modified time | relevance | path

Searched refs:sendEvent (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java80 sendEvent(ON_CREATE); in onCreate()
112 sendEvent(ON_BIND_INPUT); in onBindInput()
144 sendEvent(ON_START_INPUT, editorInfo, restarting); in onStartInput()
168 sendEvent(ON_START_INPUT_VIEW, editorInfo, restarting); in onStartInputView()
179 sendEvent(ON_UNBIND_INPUT); in onUnbindInput()
187 sendEvent(ON_FINISH_INPUT_VIEW, finishingInput); in onFinishInputView()
197 sendEvent(ON_FINISH_INPUT); in onFinishInput()
207 sendEvent(ON_DESTROY); in onDestroy()
245 private void sendEvent(DeviceEventType type, Object... args) { in sendEvent() method in CtsBaseInputMethod
/cts/tests/input/src/android/input/cts/
DTouchInjector.kt39 fun sendEvent(action: Int, pt: PointF) { in sendEvent() method
73 sendEvent(MotionEvent.ACTION_DOWN, pointers[0]) in sendMultiTouchEvent()
74 sendEvent(MotionEvent.ACTION_MOVE, pointers[0]) in sendMultiTouchEvent()
92 sendEvent(MotionEvent.ACTION_UP, pointers[0]) in sendMultiTouchEvent()
DIncompleteMotionTest.kt106 sendEvent(downTime, ACTION_DOWN, x, y, sync = true) in testIncompleteMotion()
113 sendEvent(downTime, ACTION_MOVE, x, y + 10, sync = false) in testIncompleteMotion()
167 sendEvent(downTime, ACTION_CANCEL, x, y, sync = true) in testIncompleteMotion()
173 private fun sendEvent(downTime: Long, action: Int, x: Float, y: Float, sync: Boolean) { in sendEvent() method
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-40114/
Dpoc.cpp43 handle->sendEvent(event); in main()
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/
DTestQuickAccessWalletService.java46 public static void sendEvent(WalletServiceEvent event) { in sendEvent() method in TestQuickAccessWalletService
/cts/tests/tests/virtualdevice/sensor/src/android/virtualdevice/cts/sensor/
DVirtualSensorTest.java357 mVirtualSensor.sendEvent(firstEvent); in sendEvent_reachesRegisteredListeners()
363 mVirtualSensor.sendEvent(secondEvent); in sendEvent_reachesRegisteredListeners()
371 mVirtualSensor.sendEvent(thirdEvent); in sendEvent_reachesRegisteredListeners()
388 mVirtualSensor.sendEvent(event); in sendEvent_explicitTimestampSpecified()
409 mVirtualSensor.sendEvent(firstEvent); in sendEvent_invalidValues_eventIsDropped()
413 mVirtualSensor.sendEvent(secondEvent); in sendEvent_invalidValues_eventIsDropped()
417 mVirtualSensor.sendEvent(thirdEvent); in sendEvent_invalidValues_eventIsDropped()
438 mVirtualSensor.sendEvent(validEvent); in virtualSensor_arbitrarySensorType()
447 mVirtualSensor.sendEvent(invalidEvent); in virtualSensor_arbitrarySensorType()
/cts/tests/tests/security/src/android/security/cts/
DFlagSlipperyTest.kt317 sendEvent(downTime, MotionEvent.ACTION_DOWN, x, y) in assertBottomWindowDoesNotReceiveSlipperyTouch()
319 sendEvent(downTime, MotionEvent.ACTION_MOVE, x + 1, y + 1) in assertBottomWindowDoesNotReceiveSlipperyTouch()
360 private fun sendEvent(downTime: Long, action: Int, x: Float, y: Float) { in sendEvent() method
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DQuickAccessWalletClientTest.java455 TestQuickAccessWalletService.sendEvent( in testAddListener_sendEvent_success()
469 TestQuickAccessWalletService.sendEvent( in testRemoveListener_sendEvent_shouldNotBeDelivered()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCasTest.java765 mediaCas.sendEvent(event, arg, data); in testEventEcho()
/cts/tests/tests/telecom/src/android/telecom/cts/
DTransactionalApisTest.java1043 mCall1.mCallControl.sendEvent(OTT_TEST_EVENT_NAME, in testSendCallEvent()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt3653 …rmission(android.Manifest.permission.CREATE_VIRTUAL_DEVICE) public void sendEvent(@NonNull android…
Dcurrent.txt22486 method public void sendEvent(int, int, @Nullable byte[]) throws android.media.MediaCasException;
42466 method public void sendEvent(@NonNull String, @NonNull android.os.Bundle);