/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | SensitiveContentCoordinatorTest.kt | 269 verify(entry.representativeEntry!!).setSensitive(false, false) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction() 293 verify(entry.representativeEntry!!).setSensitive(false, true) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_sensitiveActive() 322 verify(entry.representativeEntry!!).setSensitive(true, false) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_shouldProtectNotification() 344 verify(entry.representativeEntry!!).setSensitive(false, false) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction() 368 verify(entry.representativeEntry!!).setSensitive(false, true) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_sensitiveActive() 397 verify(entry.representativeEntry!!).setSensitive(true, false) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_shouldProtectNotification() 419 verify(entry.representativeEntry!!).setSensitive(false, false) in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs() 443 verify(entry.representativeEntry!!).setSensitive(false, true) in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs_sensitiveActive() 472 verify(entry.representativeEntry!!).setSensitive(true, false) in onBeforeRenderList_deviceLocked_userAllowsPublicNotifs_shouldProtectNotification() 494 verify(entry.representativeEntry!!).setSensitive(false, true) in onBeforeRenderList_deviceLocked_userDisallowsPublicNotifs_notifDoesNotNeedRedaction() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ |
D | IconManagerTest.kt | 208 entry?.setSensitive(true, true) in testCreateIcons_cdFlagDisabled_sensitiveImportantConversation() 223 entry?.setSensitive(true, true) in testCreateIcons_cdFlagEnabled_sensitiveImportantConversation() 238 entry?.setSensitive(true, true) in testUpdateIcons_cdFlagDisabled_sensitiveImportantConversation() 255 entry?.setSensitive(true, true) in testUpdateIcons_cdFlagEnabled_sensitiveImportantConversation() 272 entry?.setSensitive(true, true) in testUpdateIcons_sensitivityChange() 276 entry?.setSensitive(false, false) in testUpdateIcons_sensitivityChange() 333 entry.setSensitive(false, true) in notificationEntry()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRowTest.java | 219 row.setSensitive(true, true); in setSensitive_doesNothingIfCalledAgain() 225 row.setSensitive(true, true); in setSensitive_doesNothingIfCalledAgain() 239 row.setSensitive(true, true); in testSetSensitiveOnNotifRowUpdatesLayout() 247 row.setSensitive(false, true); in testSetSensitiveOnNotifRowUpdatesLayout() 261 row.setSensitive(true, true); in testSetSensitiveOnNotifRowNotifiesOfHeightChange() 270 row.setSensitive(false, true); in testSetSensitiveOnNotifRowNotifiesOfHeightChange() 284 group.setSensitive(true, true); in testSetSensitiveOnGroupRowNotifiesOfHeightChange() 293 group.setSensitive(false, true); in testSetSensitiveOnGroupRowNotifiesOfHeightChange() 311 publicRow.setSensitive(true, true); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange() 320 publicRow.setSensitive(false, true); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinatorTest.kt | 71 entry.setSensitive(false, false) in setUp() 157 entry.setSensitive(true, true) in testSetNotificationStats_nonClearableRedacted()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenterTest.kt | 315 row.entry.apply { setSensitive(/* sensitive= */ true, /* deviceSensitive= */ true) } in testExpandSensitiveNotification_onLockScreen_opensShade() 340 entry.setSensitive(/* sensitive= */ true, /* deviceSensitive= */ true) in testExpandSensitiveNotification_onLockScreen_opensShade_entryAdapter() 365 setSensitive(/* sensitive= */ true, /* deviceSensitive= */ true) in testExpandSensitiveNotification_onLockedShade_showsBouncer() 388 entry.setSensitive(/* sensitive= */ true, /* deviceSensitive= */ true) in testExpandSensitiveNotification_onLockedShade_showsBouncer_entryAdapter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | SensitiveContentCoordinator.kt | 215 entry.setSensitive(isSensitive || shouldProtectNotification, deviceSensitive) in bindCoordinator()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 968 public void setSensitive(boolean sensitive, boolean deviceSensitive) { in setSensitive() method in NotificationEntry 969 getRow().setSensitive(sensitive, deviceSensitive); in setSensitive()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceControllerTest.kt | 946 .setSensitive(isSensitive) in <lambda>() 975 .setSensitive(false) in <lambda>()
|
/frameworks/base/core/java/android/app/smartspace/ |
D | SmartspaceTarget.java | 704 public Builder setSensitive(boolean sensitive) { in setSensitive() method in SmartspaceTarget.Builder
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 3479 public void setSensitive(boolean sensitive, boolean hideSensitive) { in setSensitive() method in ExpandableNotificationRow
|
/frameworks/base/core/api/ |
D | system-current.txt | 2689 method @NonNull public android.app.smartspace.SmartspaceTarget.Builder setSensitive(boolean);
|