Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionControllerTest.kt372 val notificationEntry = setupFgsNotificationEntry(TEST_PROJECTION_PACKAGE_NAME) in shouldProtectNotification_projectionActive_fgsNotificationFromProjectionApp_false()
381 val notificationEntry = setupFgsNotificationEntry(TEST_PACKAGE_NAME) in shouldProtectNotification_projectionActive_fgsNotificationNotFromProjectionApp_true()
743 private fun setupFgsNotificationEntry(packageName: String): NotificationEntry { in setupFgsNotificationEntry() method in com.android.systemui.statusbar.policy.SensitiveNotificationProtectionControllerTest