Home
last modified time | relevance | path

Searched defs:recordEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DDebugStore.java298 void recordEvent(String eventName, List<String> attributes); in recordEvent() method
322 public void recordEvent(String eventName, List<String> attributes) { in recordEvent() method in DebugStore.DebugStoreNativeImpl
DBatteryStatsHistory.java1136 public void recordEvent(long elapsedRealtimeMs, long uptimeMs, int code, String name, in recordEvent() method in BatteryStatsHistory