Searched refs:canProjectSecureVideo (Results 1 – 3 of 3) sorted by relevance
27 boolean canProjectSecureVideo(); in canProjectSecureVideo() method
1389 if (!canProjectSecureVideo(projection)) { in createVirtualDisplay()1483 return canProjectSecureVideo(projection); in canProjectVideo()1486 private boolean canProjectSecureVideo(IMediaProjection projection) { in canProjectSecureVideo() method in DisplayManagerService.BinderService1489 if (projection.canProjectSecureVideo()){ in canProjectSecureVideo()
364 public boolean canProjectSecureVideo() { in canProjectSecureVideo() method in MediaProjectionManagerService.MediaProjection