Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java196 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEviction()
246 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testBasicCamera2ActivityEviction()
308 events = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testAPI1ActivityEviction()
354 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testAPI1ActivityEviction()
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
/cts/tests/framework/base/activitymanager/src/android/server/am/lifecycle/
DLifecycleLog.java68 synchronized List<Pair<String, ActivityCallback>> getLog() { in getLog() method in LifecycleLog
DLifecycleVerifier.java43 final List<Pair<String, ActivityCallback>> observedTransitions = lifecycleLog.getLog(); in assertLaunchSequence()