Searched defs:writeEvent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXmlV1.java156 private static void writeEvent(XmlSerializer xml, final IntervalStats stats, method in class:UsageStatsXmlV1
251 writeEvent(xml, stats, stats.events.valueAt(i));
/frameworks/base/core/java/android/util/
H A DEventLog.java170 public static native int writeEvent(int tag, int value); method in class:EventLog
178 public static native int writeEvent(int tag, long value); method in class:EventLog
186 public static native int writeEvent(int tag, String str); method in class:EventLog
194 public static native int writeEvent(int tag, Object... list); method in class:EventLog
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java538 writeEvent(r.sbn.getPostTime(), EVENT_TYPE_POST, r);
541 writeEvent(nowMs, EVENT_TYPE_CLICK, r);
544 writeEvent(nowMs, EVENT_TYPE_REMOVE, r);
547 writeEvent(nowMs, EVENT_TYPE_DISMISS, r);
638 private void writeEvent(long eventTimeMs, int eventType, NotificationRecord r) { method in class:NotificationUsageStats.SQLiteLog

Completed in 156 milliseconds