Searched refs:MSG_FLUSH (Results 1 – 1 of 1) sorted by relevance
76 private static final int MSG_FLUSH = 1; field in MainContentCaptureSession241 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() local477 if (!mHandler.hasMessages(MSG_FLUSH)) { in flush()498 mHandler.removeMessages(MSG_FLUSH); in flush()562 mHandler.removeMessages(MSG_FLUSH); in resetSession()