Home
last modified time | relevance | path

Searched defs:LogItem (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLog.java306 public static final class LogItem { class in ShadowLog
313 public LogItem(int type, String tag, String msg, Throwable throwable) { in LogItem() method in ShadowLog.LogItem
321 public LogItem(String timeString, int type, String tag, String msg, Throwable throwable) { in LogItem() method in ShadowLog.LogItem
/aosp_15_r20/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DCheckGmsPreparerTest.java232 private static final class LogItem { class
244 LogItem(LogLevel logLevel, @SuppressWarnings("unused") String tag, String message) { in LogItem() method in LogItem
/aosp_15_r20/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h720 explicit LogItem(const std::string& key) : LogItem(key.c_str()) { } in LogItem() function
724 explicit LogItem(const char *key) { in LogItem() function