Loading services/core/java/com/android/server/SensitiveContentProtectionManagerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -306,6 +306,7 @@ public final class SensitiveContentProtectionManagerService extends SystemServic } } @GuardedBy("mSensitiveContentProtectionLock") private void updateAppsThatShouldBlockScreenCapture() { RankingMap rankingMap; try { Loading @@ -318,6 +319,7 @@ public final class SensitiveContentProtectionManagerService extends SystemServic updateAppsThatShouldBlockScreenCapture(rankingMap); } @GuardedBy("mSensitiveContentProtectionLock") private void updateAppsThatShouldBlockScreenCapture(RankingMap rankingMap) { StatusBarNotification[] notifications; try { Loading Loading
services/core/java/com/android/server/SensitiveContentProtectionManagerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -306,6 +306,7 @@ public final class SensitiveContentProtectionManagerService extends SystemServic } } @GuardedBy("mSensitiveContentProtectionLock") private void updateAppsThatShouldBlockScreenCapture() { RankingMap rankingMap; try { Loading @@ -318,6 +319,7 @@ public final class SensitiveContentProtectionManagerService extends SystemServic updateAppsThatShouldBlockScreenCapture(rankingMap); } @GuardedBy("mSensitiveContentProtectionLock") private void updateAppsThatShouldBlockScreenCapture(RankingMap rankingMap) { StatusBarNotification[] notifications; try { Loading