Searched refs:getLog (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | LogHelper.java | 46 private static String getLog(ITestDevice device, String tag) throws Exception { in getLog() method in LogHelper 70 String testString = getLog(device, tag); in waitForLog() 82 String testString = getLog(device, tag); in assertLog() 90 String testString = getLog(device, tag); in assumeLog() 100 String testString = getLog(device, tag); in parseDutVolume() 115 String testString = getLog(device, tag); in assertLogDoesNotContain()
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | CameraEvictionTest.java | 248 … List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testBasicCamera2ActivityEvictionInternal() 308 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testBasicCamera2ActivityEvictionInternal() 421 List<ErrorLoggingService.LogEvent> allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testCamera2AccessCallbackInSplitMode() 452 allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testCamera2AccessCallbackInSplitMode() 467 allEvents = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testCamera2AccessCallbackInSplitMode() 491 allEvents = mErrorServiceConnection.getLog(CAMERA_ACCESS_TIMEOUT, expectedEventsPrimary); in testCamera2AccessCallbackInSplitMode() 500 allEvents = mErrorServiceConnection.getLog(CAMERA_ACCESS_TIMEOUT, in testCamera2AccessCallbackInSplitMode() 512 allEvents = mErrorServiceConnection.getLog(CAMERA_ACCESS_TIMEOUT, in testCamera2AccessCallbackInSplitMode() 652 events = mErrorServiceConnection.getLog(SETUP_TIMEOUT, in testAPI1ActivityEviction() 698 eventList2 = mErrorServiceConnection.getLog(EVICTION_TIMEOUT); in testAPI1ActivityEviction()
|
D | ErrorLoggingService.java | 599 public List<LogEvent> getLog(long timeoutMs) throws TimeoutException { in getLog() method in ErrorLoggingService.ErrorServiceConnection 627 public List<LogEvent> getLog(long timeoutMs, int event) throws TimeoutException { in getLog() method in ErrorLoggingService.ErrorServiceConnection 633 public List<LogEvent> getLog(long timeoutMs, Set<Integer> events) throws TimeoutException { in getLog() method in ErrorLoggingService.ErrorServiceConnection
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/ |
D | TransitionVerifier.java | 97 final List<Pair<String, String>> observedTransitions = eventLog.getLog(); in assertLaunchSequence() 485 final List<Pair<String, String>> observedTransitions = eventLog.getLog(); in checkOrderAndReturnError() 507 eventLog.getLog().contains(expectedTransition)); in assertTransitionObserved() 525 eventLog.getLog().contains(expectedTransition)); in assertTransitionNotObserved() 562 final List<Pair<String, String>> observedTransitions = eventLog.getLog(); in assertEntireSequence()
|
D | EventLog.java | 87 public List<Pair<String, String>> getLog() { in getLog() method in EventLog
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/ |
D | ActivityEmbeddingLifecycleTestBase.java | 96 mLifecycleTracker.waitForConditionWithTimeout(() -> mEventLog.getLog().contains( in waitAndAssertSplitStatesUpdated()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | OfflineSessionTest.java | 340 allEvents = errorConnection.getLog(WAIT_FOR_STATE_TIMEOUT_MS, in testDeviceCloseAndOpen()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
D | ActivityLifecycleTopResumedStateTests.java | 223 getTransitionLog().getLog(); in testTopPositionSwitchOnDoubleLaunch()
|