Home
last modified time | relevance | path

Searched defs:sendEvent (Results 1 – 4 of 4) sorted by relevance

/cts/tests/input/src/android/input/cts/
DIncompleteMotionTest.kt143 private fun sendEvent(downTime: Long, action: Int, x: Float, y: Float, sync: Boolean) { in sendEvent() method in android.input.cts.IncompleteMotionTest
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java245 private void sendEvent(DeviceEventType type, Object... args) { in sendEvent() method in CtsBaseInputMethod
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/
DTestQuickAccessWalletService.java121 public static void sendEvent(WalletServiceEvent event) { in sendEvent() method in TestQuickAccessWalletService
/cts/tests/tests/security/src/android/security/cts/
DFlagSlipperyTest.kt356 private fun sendEvent(downTime: Long, action: Int, x: Float, y: Float) { in sendEvent() method