Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DAdjustment.java63 KEY_SENSITIVE_CONTENT,
158 public static final String KEY_SENSITIVE_CONTENT = "key_sensitive_content"; field in Adjustment
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordExtractorDataTest.java160 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, true); in testHasDiffs_sensitiveContentChange()
DNotificationRecordTest.java968 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, true); in testSensitiveContent()
DNotificationManagerServiceTest.java6502 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, true); in testSensitiveAdjustmentsLogged()
6522 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, false); in testSensitiveAdjustmentsLogged()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java775 if (signals.containsKey(Adjustment.KEY_SENSITIVE_CONTENT)) { in applyAdjustments()
776 mSensitiveContent = signals.getBoolean(Adjustment.KEY_SENSITIVE_CONTENT); in applyAdjustments()
778 Adjustment.KEY_SENSITIVE_CONTENT, in applyAdjustments()
DNotificationManagerService.java459 Adjustment.KEY_SENSITIVE_CONTENT,
6612 if (adjustment.getSignals().containsKey(Adjustment.KEY_SENSITIVE_CONTENT)) {
6614 adjustment.getSignals().getBoolean(Adjustment.KEY_SENSITIVE_CONTENT),
/frameworks/proto_logging/stats/atoms/framework/
Dframework_extension_atoms.proto512 * Reports a notification got an Adjustment with the KEY_SENSITIVE_CONTENT value set, and whether
/frameworks/base/core/api/
Dsystem-current.txt12886 field public static final String KEY_SENSITIVE_CONTENT = "key_sensitive_content";