Searched refs:getContentProtectionEventBuffer (Results 1 – 3 of 3) sorted by relevance
64 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()
322 && mManager.getContentProtectionEventBuffer() != null in onSessionStarted()326 mManager.getContentProtectionEventBuffer(), in onSessionStarted()
893 public RingBuffer<ContentCaptureEvent> getContentProtectionEventBuffer() { in getContentProtectionEventBuffer() method in ContentCaptureManager