Home
last modified time | relevance | path

Searched refs:setupCoreAppNotificationEntry (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.kt399 val notificationEntry = setupCoreAppNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromCoreApp_fixDisabled_true()
409 val notificationEntry = setupCoreAppNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_isFromCoreApp_false()
746 private fun setupCoreAppNotificationEntry(packageName: String): NotificationEntry { in setupCoreAppNotificationEntry() method in com.android.systemui.statusbar.policy.SensitiveNotificationProtectionControllerTest