Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java49 public boolean hasPosted; field in TestableNotificationManagerService.SensitiveLog
178 protected void logSensitiveAdjustmentReceived(boolean hasPosted, boolean hasSensitiveContent, in logSensitiveAdjustmentReceived() argument
181 lastSensitiveLog.hasPosted = hasPosted; in logSensitiveAdjustmentReceived()
202 public boolean checkLastSensitiveLog(boolean hasPosted, boolean hasSensitive, int lifetime) { in checkLastSensitiveLog() argument
206 return hasPosted == lastSensitiveLog.hasPosted in checkLastSensitiveLog()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1843 protected void logSensitiveAdjustmentReceived(boolean hasPosted, in logSensitiveAdjustmentReceived() argument
1845 FrameworkStatsLog.write(FrameworkStatsLog.SENSITIVE_NOTIFICATION_REDACTION, hasPosted, in logSensitiveAdjustmentReceived()