Home
last modified time | relevance | path

Searched defs:getLog (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DErrorLoggingService.java599 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/hostsidetests/hdmicec/src/android/hdmicec/cts/
DLogHelper.java46 private static String getLog(ITestDevice device, String tag) throws Exception { in getLog() method in LogHelper
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/
DEventLog.java87 public List<Pair<String, String>> getLog() { in getLog() method in EventLog