D | SensitiveNotificationProtectionControllerImpl.java | 99 mLogger.logProjectionStart(isSensitiveStateActive(), info.getPackageName()); 112 new Random().nextLong(), packageUid, !isSensitiveStateActive()); 294 boolean wasSensitive = isSensitiveStateActive(); in updateProjectionStateAndNotifyListeners() 300 if (wasSensitive || isSensitiveStateActive()) { in updateProjectionStateAndNotifyListeners() 347 public boolean isSensitiveStateActive() { in isSensitiveStateActive() method in SensitiveNotificationProtectionControllerImpl 353 if (!isSensitiveStateActive()) { in shouldProtectNotification()
|