Home
last modified time | relevance | path

Searched defs:getEvents (Results 1 – 8 of 8) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DTestGnssNavigationMessageListener.java108 public List<GnssNavigationMessage> getEvents() { in getEvents() method in TestGnssNavigationMessageListener
/cts/tests/tests/os/src/android/os/cts/
DFileObserverLegacyPathTest.java117 public Map<String, Integer> getEvents() { return mGeneratedEventsMap; } in getEvents() method in FileObserverLegacyPathTest.PathFileObserver
DFileObserverTest.java405 public synchronized FileEvent[] getEvents() { in getEvents() method in FileObserverTest.MockFileObserver
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEvents.java165 public Queue<Event> getEvents() { in getEvents() method in Events
/cts/tests/location/common/src/android/location/cts/common/
DTestGnssMeasurementListener.java233 public List<GnssMeasurementsEvent> getEvents() { in getEvents() method in TestGnssMeasurementListener
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java565 public List<ContentCaptureEvent> getEvents() { in getEvents() method in CtsContentCaptureService.Session
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecurityLoggingTest.java341 private List<SecurityEvent> getEvents() throws Exception { in getEvents() method in SecurityLoggingTest
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1039 private long getEvents(int[] whichEvents, long startTime, List<Event> out, String packageName) { in getEvents() method in UsageStatsTest