Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSensitiveNotificationProtectionControllerTest.kt362 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_singleActivity_false()
389 val notificationEntry = setupNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_notFgsNotification_true()
419 val notificationEntry = setupNotificationEntry(EMERGENCY_ASSISTANCE_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromEmergencyPackage_fixDisabled_true()
429 val notificationEntry = setupNotificationEntry(EMERGENCY_ASSISTANCE_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromEmergencyPackage_false()
441 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_sysuiExempt_false()
458 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_permissionExempt_flagDisabled_true()
475 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_permissionExempt_false()
485 val notificationEntry = setupNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_bugReportHandlerExempt_false()
495 val notificationEntry = setupNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_disabledViaDevOption_false()
705 private fun setupNotificationEntry( in setupNotificationEntry() method
[all …]