Home
last modified time | relevance | path

Searched defs:Logger (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
DLogger.java19 public abstract class Logger { class
/frameworks/base/core/java/android/content/
DLoggingContentInterface.java51 private class Logger implements AutoCloseable { class in LoggingContentInterface
54 public Logger(String method, Object... args) { in Logger() method in LoggingContentInterface.Logger
/frameworks/native/vulkan/libvulkan/
Ddriver.h294 const DebugReportLogger Logger(DispatchableType dispatchable) { in Logger() function
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityMetrics.java404 public interface Logger { interface in IpConnectivityMetrics