Searched refs:getLog (Results 1 – 4 of 4) sorted by relevance
196 … 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()
549 public List<LogEvent> getLog(long timeoutMs) throws TimeoutException { in getLog() method in ErrorLoggingService.ErrorServiceConnection577 public List<LogEvent> getLog(long timeoutMs, int event) throws TimeoutException { in getLog() method in ErrorLoggingService.ErrorServiceConnection
68 synchronized List<Pair<String, ActivityCallback>> getLog() { in getLog() method in LifecycleLog
43 final List<Pair<String, ActivityCallback>> observedTransitions = lifecycleLog.getLog(); in assertLaunchSequence()