Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureManagerTest.java64 assertThat(manager.getContentProtectionEventBuffer()).isNull(); in testConstructor_contentProtection_default_bufferNotCreated()
77 assertThat(manager.getContentProtectionEventBuffer()).isNull(); in testConstructor_contentProtection_disabled_bufferNotCreated()
90 assertThat(manager.getContentProtectionEventBuffer()).isNull(); in testConstructor_contentProtection_invalidBufferSize_bufferNotCreated()
102 RingBuffer<ContentCaptureEvent> buffer = manager.getContentProtectionEventBuffer(); in testConstructor_contentProtection_enabled_bufferCreated()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DMainContentCaptureSession.java322 && mManager.getContentProtectionEventBuffer() != null in onSessionStarted()
326 mManager.getContentProtectionEventBuffer(), in onSessionStarted()
H A DContentCaptureManager.java893 public RingBuffer<ContentCaptureEvent> getContentProtectionEventBuffer() { in getContentProtectionEventBuffer() method in ContentCaptureManager