Home
last modified time | relevance | path

Searched refs:allEvents (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java224 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEvictionInternal() local
226 assertNotNull("Camera device not setup in remote process!", allEvents); in testBasicCamera2ActivityEvictionInternal()
230 for (ErrorLoggingService.LogEvent e : allEvents) { in testBasicCamera2ActivityEvictionInternal()
/cts/tests/camera/src/android/hardware/camera2/cts/
DOfflineSessionTest.java333 List<ErrorLoggingService.LogEvent> allEvents = null; in testDeviceCloseAndOpen() local
335 allEvents = errorConnection.getLog(WAIT_FOR_STATE_TIMEOUT_MS, in testDeviceCloseAndOpen()
341 allEvents); in testDeviceCloseAndOpen()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1710 final UsageEvents allEvents = queryEventsAsShell(startTime, endTime); in testLocusIdEventsVisibility() local
1712 verifyLocusIdEventVisibility(allEvents, true); in testLocusIdEventsVisibility()