Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java280 List<ErrorLoggingService.LogEvent> eventList2 = null; in testBasicCamera2ActivityEvictionInternal() local
283 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testBasicCamera2ActivityEvictionInternal()
288 assertNone("Remote camera service received invalid events: ", eventList2); in testBasicCamera2ActivityEvictionInternal()
507 List<ErrorLoggingService.LogEvent> eventList2 = null; in testAPI1ActivityEviction() local
510 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testAPI1ActivityEviction()
515 assertNone("Remote camera service received invalid events: ", eventList2); in testAPI1ActivityEviction()