Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionControllerTest.kt363 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_singleActivity_false()
390 val notificationEntry = setupNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_notFgsNotification_true()
420 val notificationEntry = setupNotificationEntry(EMERGENCY_ASSISTANCE_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromEmergencyPackage_fixDisabled_true()
430 val notificationEntry = setupNotificationEntry(EMERGENCY_ASSISTANCE_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromEmergencyPackage_false()
442 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_sysuiExempt_false()
459 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_permissionExempt_flagDisabled_true()
476 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_permissionExempt_false()
486 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_bugReportHandlerExempt_false()
496 val notificationEntry = setupNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_disabledViaDevOption_false()
706 private fun setupNotificationEntry( in setupNotificationEntry() method in com.android.systemui.statusbar.policy.SensitiveNotificationProtectionControllerTest
[all …]