Home
last modified time | relevance | path

Searched defs:getEvent (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DSlipperyEnterBottomActivity.kt36 fun getEvent(): MotionEvent? { in getEvent() method
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDetectionStubAccessibilityService.java133 public int getEvent(int index) { in getEvent() method in GestureDetectionStubAccessibilityService
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DMyAutofillCallback.java80 public MyEvent getEvent() throws InterruptedException { in getEvent() method in MyAutofillCallback
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DErrorLoggingService.java202 public int getEvent() { in getEvent() method in ErrorLoggingService.LogEvent
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DAssertions.java577 private static ContentCaptureEvent getEvent(@NonNull List<ContentCaptureEvent> events, in getEvent() method in Assertions