Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterTestRule.kt26 private val withNotifications: Boolean = false constant in com.android.safetycenter.testing.SafetyCenterTestRule
44 if (withNotifications) { in setup()
51 if (withNotifications) { in reset()
/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetyCenterNotificationLoggingHelperTests.kt59 SafetyCenterTestRule(safetyCenterTestHelper, withNotifications = true)
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt89 SafetyCenterTestRule(safetyCenterTestHelper, withNotifications = true)
/packages/modules/Permission/tests/functional/safetycenter/multiusers/src/android/safetycenter/functional/multiusers/
DSafetyCenterMultiUsersTest.kt394 SafetyCenterTestRule(safetyCenterTestHelper, withNotifications = true) in createStaticEntry()