Home
last modified time | relevance | path

Searched refs:mContentCaptureHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSessionV2.java113 private final Handler mContentCaptureHandler; field in MainContentCaptureSessionV2
241 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 …]
DContentCaptureManager.java514 private Handler mContentCaptureHandler; field in ContentCaptureManager
631 if (mContentCaptureHandler == null) { in prepareContentCaptureHandler()
632 mContentCaptureHandler = BackgroundThread.getHandler(); in prepareContentCaptureHandler()
634 return mContentCaptureHandler; in prepareContentCaptureHandler()