Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java76 private static final int MSG_FLUSH = 1; field in MainContentCaptureSession
449 mHandler.postDelayed(() -> flushIfNeeded(reason), MSG_FLUSH, flushFrequencyMs); in scheduleFlush() local