Searched refs:getLog (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | LogHelper.java | 44 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/ |
D | CameraEvictionTest.java | 203 … 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()
|
D | ErrorLoggingService.java | 549 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/ |
D | LifecycleVerifier.java | 92 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()
|
D | LifecycleLog.java | 104 List<Pair<String, ActivityCallback>> getLog() { in getLog() method in LifecycleLog
|
D | ActivityLifecycleTopResumedStateTests.java | 210 getLifecycleLog().getLog(); in testTopPositionSwitchOnDoubleLaunch()
|