Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureManager.java451 @Nullable private final RingBuffer<ContentCaptureEvent> mContentProtectionEventBuffer; field in ContentCaptureManager
515 mContentProtectionEventBuffer = in ContentCaptureManager()
520 mContentProtectionEventBuffer = null; in ContentCaptureManager()
894 return mContentProtectionEventBuffer; in getContentProtectionEventBuffer()