Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureManager.java523 @Nullable private final RingBuffer<ContentCaptureEvent> mContentProtectionEventBuffer; field in ContentCaptureManager
582 mContentProtectionEventBuffer = in ContentCaptureManager()
587 mContentProtectionEventBuffer = null; in ContentCaptureManager()
999 return mContentProtectionEventBuffer; in getContentProtectionEventBuffer()