Searched refs:LogFormattable (Results 1 – 2 of 2) sorted by relevance
103 public static interface LogFormattable { interface in ManagedApplicationService110 public static class LogEvent implements LogFormattable {
73 import com.android.server.utils.ManagedApplicationService.LogFormattable;161 private final ArrayDeque<LogFormattable> mLoggingDeque = new ArrayDeque<>(EVENT_LOG_SIZE);352 private static class SettingEvent implements LogFormattable {368 private static class VrState implements LogFormattable {1237 private void logEvent(LogFormattable event) { in logEvent()1259 for (LogFormattable event : mLoggingDeque) { in dumpStateTransitions()