Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java182 events = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testCamera1ActivityEviction()
228 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testCamera1ActivityEviction()
281 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEviction()
334 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testBasicCamera2ActivityEviction()
/cts/tests/tests/hardware/src/android/hardware/multiprocess/
DErrorLoggingService.java549 public List<LogEvent> getLog(long timeoutMs) throws TimeoutException { in getLog() method in ErrorLoggingService.ErrorServiceConnection
577 public List<LogEvent> getLog(long timeoutMs, int event) throws TimeoutException { in getLog() method in ErrorLoggingService.ErrorServiceConnection