Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DAdjustment.java62 KEY_SENSITIVE_CONTENT,
152 public static final String KEY_SENSITIVE_CONTENT = "key_sensitive_content"; field in Adjustment
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordExtractorDataTest.java160 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, true); in testHasDiffs_sensitiveContentChange()
H A DNotificationRecordTest.java802 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, true); in testSensitiveContent()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java758 if (signals.containsKey(Adjustment.KEY_SENSITIVE_CONTENT)) { in applyAdjustments()
759 mSensitiveContent = signals.getBoolean(Adjustment.KEY_SENSITIVE_CONTENT); in applyAdjustments()
761 Adjustment.KEY_SENSITIVE_CONTENT, in applyAdjustments()
H A DNotificationManagerService.java416 Adjustment.KEY_SENSITIVE_CONTENT,
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12563 field public static final String KEY_SENSITIVE_CONTENT = "key_sensitive_content";