Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/contentcapture/
DIContentCaptureServiceCallback.aidl37 void writeSessionFlush(int sessionId, in ComponentName app, in FlushMetrics flushMetrics, in writeSessionFlush() method
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureMetricsLogger.java96 public static void writeSessionFlush(int sessionId, @NonNull ComponentName service, in writeSessionFlush() method in ContentCaptureMetricsLogger
DContentCapturePerUserService.java647 public void writeSessionFlush(int sessionId, ComponentName app, FlushMetrics flushMetrics, in writeSessionFlush() method in ContentCapturePerUserService.ContentCaptureServiceRemoteCallback