Searched defs:logEvent (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/ |
D | HeapHostMonitor.java | 56 void logEvent(Map<String, String> args) { in logEvent() method in HeapHostMonitor
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | HistoryLogger.java | 60 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent() method in HistoryLogger
|
D | ILogRegistry.java | 99 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args); in logEvent() method
|
D | LogRegistry.java | 234 public void logEvent(LogLevel logLevel, EventType event, Map<String, String> args) { in logEvent() method in LogRegistry
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 128 void logEvent(EventType event, Map<String, String> args) { in logEvent() method in CommandSchedulerTest.TestableCommandScheduler
|