Home
last modified time | relevance | path

Searched refs: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
241 mHandler.removeMessages(MSG_FLUSH); in onDestroy()
425 if (checkExisting && mHandler.hasMessages(MSG_FLUSH)) { in scheduleFlush()
427 mHandler.removeMessages(MSG_FLUSH); in scheduleFlush()
449 mHandler.postDelayed(() -> flushIfNeeded(reason), MSG_FLUSH, flushFrequencyMs); in scheduleFlush() local
477 if (!mHandler.hasMessages(MSG_FLUSH)) { in flush()
498 mHandler.removeMessages(MSG_FLUSH); in flush()
562 mHandler.removeMessages(MSG_FLUSH); in resetSession()