/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | SensitiveContentCoordinatorTest.kt | 72 import com.android.systemui.statusbar.policy.sensitiveNotificationProtectionController 102 sensitiveNotificationProtectionController = in <lambda>() 116 val sensitiveNotificationProtectionController: SensitiveNotificationProtectionController = constant 191 verify(sensitiveNotificationProtectionController) in onSensitiveStateChanged_invokeInvalidationListener() 216 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive) in screenshareSecretFilter_sensitiveInctive_noFiltersSecret() 236 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive) in screenshareSecretFilter_sensitiveActive_filtersSecret() 289 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_sensitiveActive() 315 sensitiveNotificationProtectionController.shouldProtectNotification( in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_shouldProtectNotification() 364 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_sensitiveActive() 390 sensitiveNotificationProtectionController.shouldProtectNotification( in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_shouldProtectNotification() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | StackCoordinatorTest.kt | 63 private val sensitiveNotificationProtectionController: constant in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinatorTest 72 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(false) in setUp() 82 sensitiveNotificationProtectionController, in setUp() 125 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in testSetNotificationStats_isSensitiveStateActive_nonClearableAlerting() 163 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in testSetNotificationStats_isSensitiveStateActive_nonClearableSilent() 204 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableAlerting() 245 whenever(sensitiveNotificationProtectionController.isSensitiveStateActive).thenReturn(true) in testSetNotificationStats_footerFlagOn_isSensitiveStateActive_nonClearableSilent()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | SensitiveContentCoordinator.kt | 75 private val sensitiveNotificationProtectionController: in bindCoordinator() constant in com.android.systemui.statusbar.notification.collection.coordinator.SensitiveContentCoordinatorImpl 99 sensitiveNotificationProtectionController.isSensitiveStateActive && in bindCoordinator() 109 sensitiveNotificationProtectionController.registerSensitiveStateListener( in bindCoordinator() 179 sensitiveNotificationProtectionController.isSensitiveStateActive in bindCoordinator() 212 sensitiveNotificationProtectionController.shouldProtectNotification(entry) in bindCoordinator()
|
H A D | StackCoordinator.kt | 46 … private val sensitiveNotificationProtectionController: SensitiveNotificationProtectionController, constant in com.android.systemui.statusbar.notification.collection.coordinator.StackCoordinator 73 sensitiveNotificationProtectionController.isSensitiveStateActive in calculateNotifStats()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | SensitiveContentCoordinatorKosmos.kt | 28 import com.android.systemui.statusbar.policy.sensitiveNotificationProtectionController 42 sensitiveNotificationProtectionController, in <lambda>()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 143 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in create() argument 164 sensitiveNotificationProtectionController, in create() 190 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in BubblesManager() argument 208 mSensitiveNotifProtectionController = sensitiveNotificationProtectionController; in BubblesManager()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | StackCoordinator.java | 29 …tusbar.policy.SensitiveNotificationProtectionController sensitiveNotificationProtectionController … field in StackCoordinator 36 …tusbar.policy.SensitiveNotificationProtectionController sensitiveNotificationProtectionController)… in StackCoordinator() argument
|
D | SensitiveContentCoordinatorImpl.java | 47 …tusbar.policy.SensitiveNotificationProtectionController sensitiveNotificationProtectionController … field in SensitiveContentCoordinatorImpl 69 …tusbar.policy.SensitiveNotificationProtectionController sensitiveNotificationProtectionController,… in SensitiveContentCoordinatorImpl() argument
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/ |
H A D | SensitiveNotificationProtectionControllerKosmos.kt | 22 var Kosmos.sensitiveNotificationProtectionController: SensitiveNotificationProtectionController by variable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
H A D | SystemUIModule.java | 409 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in provideBubblesManager() argument 429 sensitiveNotificationProtectionController, in provideBubblesManager()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 775 SensitiveNotificationProtectionController sensitiveNotificationProtectionController, in NotificationStackScrollLayoutController() 831 mSensitiveNotificationProtectionController = sensitiveNotificationProtectionController; in NotificationStackScrollLayoutController()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/javac/ |
D | SystemUI-core.jar | com/android/systemui/wmshell/WMShell_Factory.class
WMShell_Factory.java
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/javac/ |
D | SystemUI-core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kotlin/ |
D | SystemUI-core.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__packages__SystemUI__android_common__SystemUI-core. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/kotlinc/ |
D | SystemUI-core.jar | com/android/systemui/wallpapers/ui/viewmodel/WallpaperViewModel.class
WallpaperViewModel.kt
package ... |
/aosp_15_r20/out/target/common/obj/APPS/SystemUI_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI/android_common/withres/ |
D | SystemUI.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META ... |