Searched refs:mContentCaptureHandler (Results 1 – 2 of 2) sorted by relevance
113 private final Handler mContentCaptureHandler; field in MainContentCaptureSessionV2241 mContentCaptureHandler = contentCaptureHandler; in MainContentCaptureSessionV2()350 mContentCaptureHandler, in onSessionStarted()588 if (checkExisting && mContentCaptureHandler.hasMessages(MSG_FLUSH)) { in scheduleFlush()590 mContentCaptureHandler.removeMessages(MSG_FLUSH); in scheduleFlush()612 mContentCaptureHandler.postDelayed(() -> in scheduleFlush()656 if (!mContentCaptureHandler.hasMessages(MSG_FLUSH)) { in flushImpl()682 mContentCaptureHandler.removeMessages(MSG_FLUSH); in flushImpl()766 mContentCaptureHandler.removeMessages(MSG_FLUSH); in resetSession()1116 final boolean onContentCaptureThread = mContentCaptureHandler.getLooper().isCurrentThread(); in checkOnContentCaptureThread()[all …]
514 private Handler mContentCaptureHandler; field in ContentCaptureManager631 if (mContentCaptureHandler == null) { in prepareContentCaptureHandler()632 mContentCaptureHandler = BackgroundThread.getHandler(); in prepareContentCaptureHandler()634 return mContentCaptureHandler; in prepareContentCaptureHandler()