Searched refs:KEY_SENSITIVE_CONTENT (Results 1 – 8 of 8) sorted by relevance
63 KEY_SENSITIVE_CONTENT,158 public static final String KEY_SENSITIVE_CONTENT = "key_sensitive_content"; field in Adjustment
160 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, true); in testHasDiffs_sensitiveContentChange()
968 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, true); in testSensitiveContent()
6502 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, true); in testSensitiveAdjustmentsLogged()6522 signals.putBoolean(Adjustment.KEY_SENSITIVE_CONTENT, false); in testSensitiveAdjustmentsLogged()
775 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()
459 Adjustment.KEY_SENSITIVE_CONTENT,6612 if (adjustment.getSignals().containsKey(Adjustment.KEY_SENSITIVE_CONTENT)) {6614 adjustment.getSignals().getBoolean(Adjustment.KEY_SENSITIVE_CONTENT),
512 * Reports a notification got an Adjustment with the KEY_SENSITIVE_CONTENT value set, and whether
12886 field public static final String KEY_SENSITIVE_CONTENT = "key_sensitive_content";