Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 6 of 6) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DCommonComponents.java37 public @interface Event { annotation in CommonComponents
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DMockVrListenerService.java50 public static class Event { class in MockVrListenerService
55 private Event(VrListenerService i, EventType t, Object o) { in Event() method in MockVrListenerService.Event
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEvent.java31 public abstract class Event implements Serializable { class
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DServiceReporter.java203 public class Event { class in ServiceReporter
208 public Event(AppTarget target, int launchLocation, int eventType) { in Event() method in ServiceReporter.Event
/cts/tests/app/app/src/android/app/stubs/
DActivityCallbacksTestActivity.java29 public enum Event { enum in ActivityCallbacksTestActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationControllerTests.java643 enum Event { enum in WindowInsetsAnimationControllerTests.ControlListener