Searched refs:LogFormattable (Results 1 – 3 of 3) sorted by relevance
103 public static interface LogFormattable { interface in ManagedApplicationService110 public static class LogEvent implements LogFormattable {
71 import com.android.server.utils.ManagedApplicationService.LogFormattable;159 private final ArrayDeque<LogFormattable> mLoggingDeque = new ArrayDeque<>(EVENT_LOG_SIZE);350 private static class SettingEvent implements LogFormattable {366 private static class VrState implements LogFormattable {1229 private void logEvent(LogFormattable event) { in logEvent()1251 for (LogFormattable event : mLoggingDeque) { in dumpStateTransitions()
20411 Lcom/android/server/utils/ManagedApplicationService$LogFormattable;