Home
last modified time | relevance | path

Searched refs:writeFlushMetrics (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java526 writeFlushMetrics(lastSessionId, activityComponent, metrics, options, reason); in handleSendEvents()
562 writeFlushMetrics(lastSessionId, activityComponent, metrics, options, reason); in handleSendEvents()
701 private void writeFlushMetrics(int sessionId, @Nullable ComponentName app, in writeFlushMetrics() method in ContentCaptureService