Home
last modified time | relevance | path

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

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DLogHelper.java44 private static String getLog(ITestDevice device, String tag) throws Exception { in getLog() method in LogHelper
62 String testString = getLog(device, tag); in assertLog()
69 String testString = getLog(device, tag); in assertLogDoesNotContain()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java203 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEviction()
253 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testBasicCamera2ActivityEviction()
389 events = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testAPI1ActivityEviction()
435 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/windowmanager/src/android/server/wm/lifecycle/
DLifecycleVerifier.java92 final List<Pair<String, ActivityCallback>> observedTransitions = lifecycleLog.getLog(); in assertLaunchSequence()
339 final List<Pair<String, ActivityCallback>> observedTransitions = lifecycleLog.getLog(); in assertOrder()
361 lifecycleLog.getLog().contains(expectedTransition)); in assertTransitionObserved()
394 final List<Pair<String, ActivityCallback>> observedTransitions = lifecycleLog.getLog(); in assertEntireSequence()
DLifecycleLog.java104 List<Pair<String, ActivityCallback>> getLog() { in getLog() method in LifecycleLog
DActivityLifecycleTopResumedStateTests.java210 getLifecycleLog().getLog(); in testTopPositionSwitchOnDoubleLaunch()