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