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

/frameworks/base/core/java/android/app/admin/
H A DSecurityLog.java239 public static native int writeEvent(int tag, String str); method in class:SecurityLog
246 public static native int writeEvent(int tag, Object... payloads); method in class:SecurityLog
/frameworks/base/core/java/android/util/
H A DEventLog.java252 public static native int writeEvent(int tag, int value); method in class:EventLog
260 public static native int writeEvent(int tag, long value); method in class:EventLog
268 public static native int writeEvent(int tag, float value); method in class:EventLog
276 public static native int writeEvent(int tag, String str); method in class:EventLog
284 public static native int writeEvent(int tag, Object... list); method in class:EventLog
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DEvents.java110 public static void writeEvent(Context context, int tag, Object... list) { method in class:Events
112 final StringBuilder sb = new StringBuilder("writeEvent ").append(EVENT_TAGS[tag]);
178 sCallback.writeEvent(time, tag, list);
217 void writeEvent(long time, int tag, Object[] list); method in interface:Events.Callback
/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteSurfaceTrace.java75 writeEvent("GeometryAppliesWithResize");
111 writeEvent("Hide");
117 writeEvent("Show");
121 private void writeEvent(String tag) { method in class:RemoteSurfaceTrace
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXmlV1.java254 private static void writeEvent(XmlSerializer xml, final IntervalStats stats, method in class:UsageStatsXmlV1
357 writeEvent(xml, stats, stats.events.valueAt(i));
/frameworks/base/core/java/android/view/textclassifier/logging/
H A DSmartSelectionEventTracker.java129 writeEvent(event, now);
136 private void writeEvent(SelectionEvent event, long now) { method in class:SmartSelectionEventTracker
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java1099 writeEvent(r.sbn.getPostTime(), EVENT_TYPE_POST, r);
1102 writeEvent(nowMs, EVENT_TYPE_CLICK, r);
1105 writeEvent(nowMs, EVENT_TYPE_REMOVE, r);
1108 writeEvent(nowMs, EVENT_TYPE_DISMISS, r);
1241 private void writeEvent(long eventTimeMs, int eventType, NotificationRecord r) { method in class:NotificationUsageStats.SQLiteLog

Completed in 308 milliseconds