Home
last modified time | relevance | path

Searched refs:setSensitive (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DSensitiveContentCoordinatorTest.kt269 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/
DIconManagerTest.kt208 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/
DExpandableNotificationRowTest.java219 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/
DStackCoordinatorTest.kt71 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/
DStatusBarNotificationPresenterTest.kt315 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/
DSensitiveContentCoordinator.kt215 entry.setSensitive(isSensitive || shouldProtectNotification, deviceSensitive) in bindCoordinator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java968 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/
DLockscreenSmartspaceControllerTest.kt946 .setSensitive(isSensitive) in <lambda>()
975 .setSensitive(false) in <lambda>()
/frameworks/base/core/java/android/app/smartspace/
DSmartspaceTarget.java704 public Builder setSensitive(boolean sensitive) { in setSensitive() method in SmartspaceTarget.Builder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java3479 public void setSensitive(boolean sensitive, boolean hideSensitive) { in setSensitive() method in ExpandableNotificationRow
/frameworks/base/core/api/
Dsystem-current.txt2689 method @NonNull public android.app.smartspace.SmartspaceTarget.Builder setSensitive(boolean);