Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureManagerTest.java67 assertThat(manager.getContentProtectionEventBuffer()).isNull(); in testConstructor_contentProtection_default_bufferNotCreated()
84 assertThat(manager.getContentProtectionEventBuffer()).isNull(); in testConstructor_contentProtection_disabled_bufferNotCreated()
101 assertThat(manager.getContentProtectionEventBuffer()).isNull(); in testConstructor_contentProtection_invalidBufferSize_bufferNotCreated()
117 RingBuffer<ContentCaptureEvent> buffer = manager.getContentProtectionEventBuffer(); in testConstructor_contentProtection_enabled_bufferCreated()
/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java326 mManager.getContentProtectionEventBuffer(), in onSessionStarted()
1004 && mManager.getContentProtectionEventBuffer() != null in isContentProtectionEnabled()
DMainContentCaptureSessionV2.java349 mManager.getContentProtectionEventBuffer(), in onSessionStarted()
1101 && mManager.getContentProtectionEventBuffer() != null in isContentProtectionEnabled()
DContentCaptureManager.java998 public RingBuffer<ContentCaptureEvent> getContentProtectionEventBuffer() { in getContentProtectionEventBuffer() method in ContentCaptureManager