Searched refs:getContentProtectionEventBuffer (Results 1 – 4 of 4) sorted by relevance
67 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()
326 mManager.getContentProtectionEventBuffer(), in onSessionStarted()1004 && mManager.getContentProtectionEventBuffer() != null in isContentProtectionEnabled()
349 mManager.getContentProtectionEventBuffer(), in onSessionStarted()1101 && mManager.getContentProtectionEventBuffer() != null in isContentProtectionEnabled()
998 public RingBuffer<ContentCaptureEvent> getContentProtectionEventBuffer() { in getContentProtectionEventBuffer() method in ContentCaptureManager