Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/contentcapture/
DFlushMetrics.java29 public int viewAppearedCount; field in FlushMetrics
39 viewAppearedCount = 0; in reset()
55 out.writeInt(viewAppearedCount); in writeToParcel()
68 flushMetrics.viewAppearedCount = in.readInt();
DContentCaptureService.java480 metrics.viewAppearedCount++; in handleSendEvents()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureMetricsLogger.java102 fm.viewAppearedCount, fm.viewDisappearedCount, fm.viewTextChangedCount, in writeSessionFlush()