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

/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A DShadowEventLog.java33 public static int writeEvent(int tag, Object... values) { method in class:ShadowEventLog
/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/core/java/android/view/textclassifier/
H A DSelectionSessionLogger.java73 public void writeEvent(@NonNull SelectionEvent event) { method in class:SelectionSessionLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DEvents.java116 public static void writeEvent(Context context, int tag, Object... list) { method in class:Events
119 final StringBuilder sb = new StringBuilder("writeEvent ").append(EVENT_TAGS[tag]);
191 sCallback.writeEvent(time, tag, list);
230 void writeEvent(long time, int tag, Object[] list); method in interface:Events.Callback
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXmlV1.java281 private static void writeEvent(XmlSerializer xml, final IntervalStats stats, method in class:UsageStatsXmlV1
413 writeEvent(xml, stats, stats.events.get(i));
/frameworks/base/core/java/android/app/admin/
H A DSecurityLog.java669 public static native int writeEvent(int tag, String str); method in class:SecurityLog
676 public static native int writeEvent(int tag, Object... payloads); method in class:SecurityLog
/frameworks/base/core/java/android/view/textclassifier/logging/
H A DSmartSelectionEventTracker.java151 writeEvent(event, now);
158 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 234 milliseconds