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.java248 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEvictionInternal() local
250 assertNotNull("Camera device not setup in remote process!", allEvents); in testBasicCamera2ActivityEvictionInternal()
254 for (ErrorLoggingService.LogEvent e : allEvents) { in testBasicCamera2ActivityEvictionInternal()
421 List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testCamera2AccessCallbackInSplitMode() local
423 assertNotNull("Camera device not setup in remote process!", allEvents); in testCamera2AccessCallbackInSplitMode()
429 Map<Integer, Integer> eventTagCountMap = getEventTagCountMap(allEvents); in testCamera2AccessCallbackInSplitMode()
452 allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testCamera2AccessCallbackInSplitMode()
454 assertNotNull("Remote activity not paused!", allEvents); in testCamera2AccessCallbackInSplitMode()
455 eventTagCountMap = getEventTagCountMap(allEvents); in testCamera2AccessCallbackInSplitMode()
467 allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testCamera2AccessCallbackInSplitMode()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DOfflineSessionTest.java338 List<ErrorLoggingService.LogEvent> allEvents = null; in testDeviceCloseAndOpen() local
340 allEvents = errorConnection.getLog(WAIT_FOR_STATE_TIMEOUT_MS, in testDeviceCloseAndOpen()
346 allEvents); in testDeviceCloseAndOpen()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java2476 final UsageEvents allEvents = queryEventsAsShell(startTime, endTime); in testLocusIdEventsVisibility() local
2478 verifyLocusIdEventVisibility(allEvents, true); in testLocusIdEventsVisibility()