Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSensitiveContentProtectionManagerService.java80 private MediaProjectionSession mMediaProjectionSession; field in SensitiveContentProtectionManagerService
323 mMediaProjectionSession = new MediaProjectionSession( in onProjectionStart()
325 mMediaProjectionSession.logProjectionSessionStart(); in onProjectionStart()
338 mMediaProjectionSession.mSessionId); in onProjectionStart()
354 if (mMediaProjectionSession != null) { in onProjectionEnd()
355 mMediaProjectionSession.logProjectionSessionStop(); in onProjectionEnd()
357 mMediaProjectionSession.logAppNotificationsProtected(); in onProjectionEnd()
359 mMediaProjectionSession = null; in onProjectionEnd()
396 if (sensitiveContentImprovements() && mMediaProjectionSession != null) { in updateAppsThatShouldBlockScreenCapture()
397 mMediaProjectionSession.addSeenNotifications(notifications, rankingMap); in updateAppsThatShouldBlockScreenCapture()
[all …]